17 lines
484 B
Makefile
17 lines
484 B
Makefile
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@
|
|
|
|
EXTRA_DIST = \
|
|
swe-glib.spec \
|
|
gschema.template
|
|
|
|
DISTCLEANFILES = $(gsettings_SCHEMAS)
|