Attempt to fix win32 builds when srcdir != builddir (bug #336082).
authorBill Haneman <billh@src.gnome.org>
Fri, 9 Jun 2006 16:19:12 +0000 (16:19 +0000)
committerBill Haneman <billh@src.gnome.org>
Fri, 9 Jun 2006 16:19:12 +0000 (16:19 +0000)
ChangeLog
atk/Makefile.am

index 39433b4..520fbfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-06-08 Bill Haneman <bill.haneman@sun.com>
 
+       * atk/Makefile.am: Added $(srcfile) to win32
+       libatk_1_0_la_LDFLAGS,
+       bug #336802.  Hope that works, as I don't have a win32 build env
+       to test on.
+       
+2006-06-08 Bill Haneman <bill.haneman@sun.com>
+
        * configure.in: Revved to 1.12.0 after tagging the repository with
        gnome-2-14 (if we need to create/work on the old branch).
        
index 79a978e..f5f5d55 100644 (file)
@@ -130,7 +130,7 @@ s-enum-types-c: @REBUILD@ $(atk_headers) Makefile
 # ---------- Win32 stuff ----------
 
 if OS_WIN32
-libatk_1_0_la_LDFLAGS += -export-symbols atk.def -no-undefined -Wl,atk-win32-res.o
+libatk_1_0_la_LDFLAGS += -export-symbols $(srcdir)/atk.def -no-undefined -Wl,atk-win32-res.o
 libatk_1_0_la_DEPENDENCIES = atk-win32-res.o
 
 install-def-file: