add whois implementation
[melted_gui] / src / Makefile.am
index 0e4ec86..c0c6e8a 100644 (file)
@@ -3,14 +3,20 @@
 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-       @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@
+       @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@ @CURL_CFLAGS@
 
 bin_PROGRAMS = omnplay
 
 omnplay_SOURCES = \
        main.c \
        support.c support.h \
-       ui.c ui.h \
+       ui.c ui.h ui_utils.h \
+       ui_buttons.c ui_buttons.h \
+       opts.c opts.h \
+       playlist.c \
+       library.c \
+       whois.c \
+       timecode.c timecode.h \
        omnplay.cpp omnplay.h
 
-omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@
+omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ @CURL_LIBS@