X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=16224b85a6bea3caf9ffa5ec872bcef8f8833157;hb=48dee11ecb5cc6c4006f8dcc47ca4c7cf57b8b0e;hp=0e4ec86a6cb223d77fa13dd3f1d139b55e4798c0;hpb=8c2cc339159f5e4a7e5d1edf0de373c2946e93a9;p=melted_gui diff --git a/src/Makefile.am b/src/Makefile.am index 0e4ec86..16224b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,14 +3,34 @@ INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@ + @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @MELTED_CFLAGS@ @CURL_CFLAGS@ -bin_PROGRAMS = omnplay +bin_PROGRAMS = melted_gui -omnplay_SOURCES = \ - main.c \ +MVCP_FILES = \ + mvcp.c mvcp_tokeniser.c mvcp_parser.c mvcp_response.c mvcp_util.c mvcp_notifier.c \ + mvcp_socket.c mvcp_remote.c mvcp_status.c + +CLEANFILES = $(MVCP_FILES) + +melted_gui_SOURCES = \ + $(MVCP_FILES) \ + timecode.c timecode.h \ support.c support.h \ - ui.c ui.h \ - omnplay.cpp omnplay.h + main.c \ + instance.c instance.h \ + ui.c ui.h ui_utils.h \ + ui_buttons.c ui_buttons.h \ + player.c player.h \ + playlist.c playlist.h \ + opts.c opts.h +# \ +# playlist.c \ +# library.c \ +# whois.c \ +# omnplay.cpp omnplay.h + +$(MVCP_FILES): + ln -s $(MELTED_PATH)/src/mvcp/$@ $@ -omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ +melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @CURL_LIBS@ -lpthread