summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 01:13:42 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 01:13:42 +0000
commit48b4d1af4186442fa282d0fba8440bc0f61dc7a9 (patch)
tree87d260ce7a7e7e8eaeb48fe22d70492278368a91 /src/Makefile.am
parent383b0b5f1dc33791d0650f53bc73e9581cc82ecd (diff)
installer fix and disable mime icons for win32. this seems to not work most of the time (for most extensions), compared to on Linux at least, and what's worse is it doesn't seem to set the "uncertain" flag so it ends up being a blank icon. just use gtk_stock_file instead.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 65f6d22..7cf5167 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -112,7 +112,6 @@ if WIN32
windres $^ -o $@
AM_CFLAGS = -mms-bitfields -mwin32 -mwindows
-transmission_remote_gtk_LDFLAGS += -Wl,--subsystem,windows
transmission_remote_gtk_SOURCES += win32.rc
INCLUDES += -O2
else