## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @OM_CFLAGS@ @CURL_CFLAGS@ bin_PROGRAMS = melted_gui 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 \ # omnplay.cpp omnplay.h melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@ @CURL_LIBS@ -lpthread