From bd758ee4fc423b9ca152a01f897609daa656c938 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 27 Aug 2011 17:15:31 +0000 Subject: Profile support! Please test and report bugs, as the config system is totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf. --- src/Makefile.am | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8064e42..0a9d155 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,11 +19,8 @@ CLEANFILES = transmission-remote-gtk.desktop desktopdir = $(datadir)/applications desktop_DATA = transmission-remote-gtk.desktop -schemadir = @GCONF_SCHEMA_FILE_DIR@ -schema_DATA = transmission-remote-gtk.schemas - bin_PROGRAMS = transmission-remote-gtk -INCLUDES = --pedantic -Wall -I.. -O2 -DTRGLICENSE=\""$(trglicense)"\" -DTRGLOCALEDIR=\""$(trglocaledir)"\" $(jsonglib_CFLAGS) $(gthread_CFLAGS) $(gtk_CFLAGS) $(gconf_CFLAGS) $(gio_CFLAGS) $(unique_CFLAGS) $(notify_CFLAGS) $(libproxy_CFLAGS) -std=gnu99 +INCLUDES = --pedantic -Wall -I.. -DTRGLICENSE=\""$(trglicense)"\" -DTRGLOCALEDIR=\""$(trglocaledir)"\" $(jsonglib_CFLAGS) $(gthread_CFLAGS) $(gtk_CFLAGS) $(gio_CFLAGS) $(unique_CFLAGS) $(notify_CFLAGS) $(libproxy_CFLAGS) -std=gnu99 transmission_remote_gtk_SOURCES = main.c \ requests.c \ @@ -57,8 +54,8 @@ transmission_remote_gtk_SOURCES = main.c \ trg-trackers-tree-view.c \ trg-trackers-model.c \ trg-torrent-props-dialog.c \ - trg-json-widgets.c \ trg-torrent-add-url-dialog.c \ + trg-json-widgets.c \ trg-cell-renderer-speed.c \ trg-cell-renderer-size.c \ trg-cell-renderer-ratio.c \ @@ -74,14 +71,11 @@ transmission_remote_gtk_SOURCES = main.c \ trg-torrent-add-dialog.c \ trg-file-parser.c \ bencode.c \ - trg-preferences.c \ + trg-prefs.c \ trg-destination-combo.c \ $(NULL) -transmission_remote_gtk_LDFLAGS = -lm -lcurl $(jsonglib_LIBS) $(gtk_LIBS) $(gthread_LIBS) $(GEOIP_LIBS) $(gconf_LIBS) $(gio_LIBS) $(unique_LIBS) $(notify_LIBS) $(libproxy_LIBS) - -install-data-local: install-icons update-icon-cache - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA) +transmission_remote_gtk_LDFLAGS = -lm -lcurl $(jsonglib_LIBS) $(gtk_LIBS) $(gthread_LIBS) $(GEOIP_LIBS) $(gio_LIBS) $(unique_LIBS) $(notify_LIBS) $(libproxy_LIBS) gtk_update_icon_cache = gtk-update-icon-cache -f -t -- cgit v1.2.3