swe-glib/data/Makefile.am

17 lines
484 B
Makefile
Raw Normal View History

2013-09-10 17:31:45 +00:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = swe-glib.pc $(NULL)
eu.polonkai.gergely.swe-glib.gschema.xml: gschema.template $(top_builddir)/src/gswe-types.h
$(GLIB_MKENUMS) --comments "<!-- @comment@ -->" --template $(filter %.template,$^) $(filter-out %.template,$^) > \
$@.tmp && mv $@.tmp $@
gsettings_SCHEMAS = eu.polonkai.gergely.swe-glib.gschema.xml
@GSETTINGS_RULES@
2013-09-16 20:37:37 +00:00
EXTRA_DIST = \
swe-glib.spec \
gschema.template
2013-09-06 09:08:48 +00:00
DISTCLEANFILES = $(gsettings_SCHEMAS)