]> Pileus Git - ~andy/gtk/commitdiff
automake doesn't support conditionalized LDFLAGS, so put win32 flags in
authorjacob berkman <jacob@ximian.com>
Mon, 29 Oct 2001 21:50:06 +0000 (21:50 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Mon, 29 Oct 2001 21:50:06 +0000 (21:50 +0000)
2001-10-29  jacob berkman  <jacob@ximian.com>

* gdk/Makefile.am (LDFLAGS):
* gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
LDFLAGS, so put win32 flags in here

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/Makefile.am
gtk/Makefile.am

index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index eadf46f555e5a99056723ed179055917ac35fc4d..7b7e196d45990ada7ded39cf1539e954bd1d4491 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
index debc9860ebda6deb93380f5ffb511b69bdb2bd3b..56d8b48e932f9e6a2f505a6c44879da202f79c46 100644 (file)
@@ -70,6 +70,7 @@ LDFLAGS = @STRIP_BEGIN@                                       \
        $(no_undefined)                                         \
        @LIBTOOL_EXPORT_OPTIONS@                                \
        $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la         \
+       $(gdk_win32_symbols)                                    \
        @GDK_DEP_LIBS@                                          \
 @STRIP_END@
 
@@ -174,8 +175,6 @@ libgdk_win32_1_3_la_LIBADD = \
 libgdk_win32_include_HEADERS = $(gdk_headers)
 libgdk_win32_1_3_la_SOURCES = $(gdk_c_sources) gdkenumtypes.c
 
-libgdk_win32_1_3_la_LDFLAGS = $(gdk_win32_symbols)
-
 endif
 
 # now define the real one to workaround automake's mishandling
index f80b6e58e18366527ff3ee44b6a7644c89908d2c..bef5917e0ab8bc7592ddfcd4496c330f8f147b42 100644 (file)
@@ -28,7 +28,7 @@ endif
 
 if OS_WIN32
 gtk_def = gtk.def
-gtk_win32_symbols = -export-symbols $(gtk_def)
+gtk_win32_symbols = -export-symbols $(gtk_def) -lwsock32
 
 gtk_win32res_lo = gtk-win32res.lo
 
@@ -72,6 +72,7 @@ LDFLAGS = @STRIP_BEGIN@ \
        @LIBTOOL_EXPORT_OPTIONS@                                \
        $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la         \
        $(top_builddir)/gdk/@gdktargetlib@                      \
+       $(gtk_win32_symbols)                                    \
        @GTK_DEP_LIBS@                                          \
 @STRIP_END@
 
@@ -547,7 +548,6 @@ if USE_WIN32
 libgtk_win32_includedir = $(includedir)/gtk-2.0/gtk
 libgtk_win32_include_HEADERS = $(gtk_target_headers)
 libgtk_win32_1_3_la_SOURCES = $(gtk_target_sources)
-libgtk_win32_1_3_la_LDFLAGS = $(gtk_win32_symbols) -lwsock32
 libgtk_win32_1_3_la_LIBADD = $(gtk_win32res_lo)
 libgtk_win32_1_3_la_DEPENDENCIES = $(gtk_def) $(gtk_win32res_lo)
 endif