rework for newer player
[melted_gui] / src / Makefile.am
index 9f3edd4..9e6d5ec 100644 (file)
@@ -5,18 +5,20 @@ INCLUDES = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@ @CURL_CFLAGS@
 
-bin_PROGRAMS = omnplay
+bin_PROGRAMS = melted_gui
 
-omnplay_SOURCES = \
-       main.c \
+melted_gui_SOURCES = \
+       timecode.c timecode.h \
        support.c support.h \
+       main.c \
+       instance.c instance.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
+       opts.c opts.h
+# \
+#      playlist.c \
+#      library.c \
+#      whois.c \
+#      omnplay.cpp omnplay.h
 
-omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ @CURL_LIBS@ -lpthread
+melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ @CURL_LIBS@ -lpthread