X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2FMakefile.am;h=b548e64df45788a8a6942ffbab3ab15d952fa867;hb=06f2cc3823e21032a016dfdfd3e53ba558cea69f;hp=ebc4c930dd870823a8f73472757ca06de0bda7d8;hpb=b892a848c444238c5379621fcd0209410742e5e2;p=projects%2Fchimara%2Fchimara.git diff --git a/player/Makefile.am b/player/Makefile.am index ebc4c93..b548e64 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -24,4 +24,10 @@ 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 + endif