rework for newer player
[melted_gui] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = \
4         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6         @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@ @CURL_CFLAGS@
7
8 bin_PROGRAMS = melted_gui
9
10 melted_gui_SOURCES = \
11         timecode.c timecode.h \
12         support.c support.h \
13         main.c \
14         instance.c instance.h \
15         ui.c ui.h ui_utils.h \
16         ui_buttons.c ui_buttons.h \
17         opts.c opts.h
18 # \
19 #       playlist.c \
20 #       library.c \
21 #       whois.c \
22 #       omnplay.cpp omnplay.h
23
24 melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ @CURL_LIBS@ -lpthread