From c427fa73c4f7853de992eda9de1c818c2ee525aa Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 18 Jan 2012 23:30:02 +0000 Subject: full and default gtk3 support, almost. the graph is disabled as the drawing api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7cf5167..d564181 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,6 +101,7 @@ transmission_remote_gtk_SOURCES = main.c \ trg-prefs.c \ trg-destination-combo.c \ remote-exec.c \ + trg-gtk-app.c \ $(NULL) transmission_remote_gtk_LDFLAGS = -lm $(jsonglib_LIBS) $(gtk_LIBS) $(gthread_LIBS) $(GEOIP_LIBS) $(gio_LIBS) $(unique_LIBS) $(notify_LIBS) $(libproxy_LIBS) $(libcurl_LIBS) $(libappindicator_LIBS) @@ -112,7 +113,7 @@ if WIN32 windres $^ -o $@ AM_CFLAGS = -mms-bitfields -mwin32 -mwindows -transmission_remote_gtk_SOURCES += win32.rc +transmission_remote_gtk_SOURCES += win32.rc win32-mailslot.c INCLUDES += -O2 else %.1: %.pod -- cgit v1.2.3