fix root dir type
[melted_gui] / src / Makefile.am
index 4bd2cde..42dc663 100644 (file)
@@ -22,14 +22,12 @@ melted_gui_SOURCES = \
        ui.c ui.h ui_utils.h \
        ui_buttons.c ui_buttons.h \
        player.c player.h \
+       playlist.c playlist.h \
+       library.c library.h \
+       control.c control.h \
        opts.c opts.h
-# \
-#      playlist.c \
-#      library.c \
-#      whois.c \
-#      omnplay.cpp omnplay.h
 
 $(MVCP_FILES):
        ln -s $(MELTED_PATH)/src/mvcp/$@ $@
 
-melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @CURL_LIBS@ -lpthread
+melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @CURL_LIBS@ @LIBDEP@