summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/files/patch-gtk__gdkmm__Makefile.in
blob: 145d81a4676ab6aeae14a3e86371fa1b7664874d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gdk/gdkmm/Makefile.in.bak   Sat Apr  9 20:53:29 2005
+++ gdk/gdkmm/Makefile.in   Tue Apr 19 19:06:31 2005
@@ -325,8 +325,7 @@
 # libraries at link time to resolve symbols (remember a dll is like an
 # executable).
 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols
-@PLATFORM_WIN32_FALSE@win32_dlls_extra_libs = 
-@PLATFORM_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
+win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
 common_ldflags = -version-info $(sublib_libversion) $(no_undefined)
 
 # All modules can include all other modules,