X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=bb6a338372e5400c1e1bbc672adf601662b9c6de;hb=cd24eeef6c4d1ad70ff4882ba9566e27d4dc8e0f;hp=f7b2fe1edd39b76ff0e5c4968927cd374251baf6;hpb=9511cdf6b08b5a6657ecaee9441cf453d1e0baff;p=melted_gui diff --git a/src/Makefile.am b/src/Makefile.am index f7b2fe1..bb6a338 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,18 +3,33 @@ 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 \ + 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 \ - timecode.c timecode.h \ - omnplay.cpp omnplay.h + player.c player.h \ + playlist.c playlist.h \ + library.c library.h \ + opts.c opts.h +# \ +# 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