summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-14 08:53:44 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-14 08:53:44 +0000
commitf742706bad48bdf229a968c4d23fdc7133e6e45e (patch)
tree0b30ca5308bba1d89eeb8291b14f249de3b38ff1
parent029ff09052d4301d5dd5a87b719c86c1a346a721 (diff)
something wrong with the win32 stuff in configure.ac/Makefile.am, comment it out until I fix it
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f4103a5..e2ce64d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ case "${host}" in
*cygwin*) WIN32="yes" ;;
*) WIN32="no" ;;
esac
-AM_CONDITIONAL([WIN32], test "$WIN32" = "yes")
+dnl AM_CONDITIONAL([WIN32], test "$WIN32" = "yes")
AC_INIT(transmission-remote-gtk, 0.6, alan@eth0.org.uk)
AC_CONFIG_SRCDIR(src)
diff --git a/src/Makefile.am b/src/Makefile.am
index 5e86833..5d18c97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,10 +13,10 @@ public_icons = \
hicolor_apps_32x32_transmission-remote-gtk.png \
$(NULL)
-if WIN32
-AM_CFLAGS = -mms-bitfields
-AM_LDFLAGS = -Wl,-subsystem,windows
-endif
+#if WIN32
+#AM_CFLAGS = -mms-bitfields
+#AM_LDFLAGS = -Wl,-subsystem,windows
+#endif
EXTRA_DIST = transmission-remote-gtk.desktop.in
CLEANFILES = transmission-remote-gtk.desktop