Bug 551408 - gmodule.def generated to builddir, but required in srcdir
authorTor Lillqvist <tml@novell.com>
Mon, 8 Sep 2008 20:38:40 +0000 (20:38 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 8 Sep 2008 20:38:40 +0000 (20:38 +0000)
2008-09-08  Tor Lillqvist  <tml@novell.com>

Bug 551408 - gmodule.def generated to builddir, but required in srcdir

* Makefile.am: Use gmodule.def from builddir, not srcdir.

svn path=/trunk/; revision=7446

gmodule/ChangeLog
gmodule/Makefile.am

index 20f4d5e..8911b29 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-08  Tor Lillqvist  <tml@novell.com>
+
+       Bug 551408 - gmodule.def generated to builddir, but required in srcdir
+
+       * Makefile.am: Use gmodule.def from builddir, not srcdir.
+
 2008-09-02  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.18.0 ===
index ed36751..80a5605 100644 (file)
@@ -63,14 +63,14 @@ no_undefined = -no-undefined
 endif
 
 if OS_WIN32_AND_DLL_COMPILATION
-export_symbols = -export-symbols $(srcdir)/gmodule.def
+export_symbols = -export-symbols gmodule.def
 gmodule_def = gmodule.def
 
 gmodule_win32_res = gmodule-win32-res.o
 gmodule_win32_res_ldflag = -Wl,$(gmodule_win32_res)
 
 install-def-file:
-       $(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
+       $(INSTALL) gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
 
 uninstall-def-file:
        -rm $(DESTDIR)$(libdir)/gmodule-2.0.def
@@ -94,7 +94,7 @@ gmodule-win32-res.o: gmodule.rc
        $(WINDRES) gmodule.rc $@
 
 gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
-       lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gmodule.def -out:$@
+       lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gmodule.def -out:$@
 
 .PHONY: files release