1 ## Process this file with automake to produce Makefile.in
3 CFLAGS=-Wall -Werror -DICON_FILE=\"$(datadir)/pixmaps/gssmp.png\" -DDOC_URI=\"$(datadir)/doc/$(PACKAGE)/html/use.html\" @CFLAGS@
6 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
15 interface.c interface.h \
16 callbacks.c callbacks.h \
17 gssmp_config.c gssmp_config.h \
18 gssmp_gstreamer.c gssmp_gstreamer.h \
19 gssmp_ui.c gssmp_ui.h \
20 gssmp_files.c gssmp_files.h \
21 gssmp_util.c gssmp_util.h \
22 gssmp_test.c gssmp_test.h
24 gssmp_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)