Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / src / Makefile.am
blob26f10fa885bc02858506bea68cbe8eca4f5e1abf
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@
5 INCLUDES = \
6         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8         @PACKAGE_CFLAGS@
10 bin_PROGRAMS = gssmp
12 gssmp_SOURCES = \
13         main.c \
14         support.c support.h \
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)