Introduce a common settings.mk file, which is included in extensions that need GSettings, to ensure that conventions are respected, and necessary fixes can be applied from one place.
11 lines
236 B
Makefile
11 lines
236 B
Makefile
gschemas_in = $(gschemaname).gschema.xml.in
|
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
|
|
|
|
@GSETTINGS_RULES@
|
|
|
|
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)
|
|
EXTRA_DIST += $(gschemas_in)
|