Made ChimaraApp class
[projects/chimara/chimara.git] / player / Makefile.am
index 89a9655365e66dbc45dbe38ae8e30615aced4e4f..12724da8d3923fbccaabe4a71ad8d7f6b79ddf79 100644 (file)
@@ -16,7 +16,12 @@ else
 dist_pkgdata_DATA = chimara.ui chimara.menus style.css
 bin_PROGRAMS = chimara
 
-chimara_SOURCES = main.c callbacks.c preferences.c preferences.h error.c error.h
+chimara_SOURCES = main.c \
+       callbacks.c \
+       preferences.c preferences.h \
+       error.c error.h \
+       player.c player.h \
+       app.c app.h
 chimara_CPPFLAGS = $(AM_CPPFLAGS) \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
@@ -29,4 +34,5 @@ gsettings_SCHEMAS = org.chimara-if.gschema.xml
 
 endif
 
-EXTRA_DIST = $(gsettings_SCHEMAS)
\ No newline at end of file
+EXTRA_DIST = $(gsettings_SCHEMAS)
+-include $(top_srcdir)/git.mk