X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2FMakefile.am;h=89a9655365e66dbc45dbe38ae8e30615aced4e4f;hb=f66c68ab2bee571ba58e4b05b9b190f2e46dcb6e;hp=b548e64df45788a8a6942ffbab3ab15d952fa867;hpb=06f2cc3823e21032a016dfdfd3e53ba558cea69f;p=projects%2Fchimara%2Fchimara.git diff --git a/player/Makefile.am b/player/Makefile.am index b548e64..89a9655 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -24,10 +24,9 @@ chimara_CPPFLAGS = $(AM_CPPFLAGS) \ chimara_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) chimara_LDADD = @TEST_LIBS@ $(top_builddir)/libchimara/libchimara.la -schemasdir = $(datadir)/glib-2.0/schemas -dist_schemas_DATA = org.chimara-if.gschema.xml - -install-data-hook: - glib-compile-schemas $(datadir)/glib-2.0/schemas +gsettings_SCHEMAS = org.chimara-if.gschema.xml +@GSETTINGS_RULES@ endif + +EXTRA_DIST = $(gsettings_SCHEMAS) \ No newline at end of file