X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2FMakefile.am;h=3964d25669d9c1f5b9c4a2fc24ea85981e0feea2;hb=84814759ceb7dc7a97a3a73b6e365a5ca67d4ef8;hp=ebc4c930dd870823a8f73472757ca06de0bda7d8;hpb=b397495e945570aaacee0eb8fa25704d03761401;p=projects%2Fchimara%2Fchimara.git diff --git a/player/Makefile.am b/player/Makefile.am index ebc4c93..3964d25 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -13,10 +13,16 @@ bin_PROGRAMS = chimara_iliad else -dist_pkgdata_DATA = chimara.ui chimara.menus style.css +dist_pkgdata_DATA = chimara.ui browser.menus player.menus style.css bin_PROGRAMS = chimara -chimara_SOURCES = main.c callbacks.c preferences.c preferences.h error.c error.h +chimara_SOURCES = main.c \ + preferences.c preferences.h \ + error.c error.h \ + player.c player.h \ + app.c app.h \ + browser.c browser.h \ + util.c util.h chimara_CPPFLAGS = $(AM_CPPFLAGS) \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ @@ -24,4 +30,10 @@ chimara_CPPFLAGS = $(AM_CPPFLAGS) \ chimara_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) chimara_LDADD = @TEST_LIBS@ $(top_builddir)/libchimara/libchimara.la +gsettings_SCHEMAS = org.chimara-if.gschema.xml +@GSETTINGS_RULES@ + endif + +EXTRA_DIST = $(gsettings_SCHEMAS) +-include $(top_srcdir)/git.mk