glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir also
authorTor Lillqvist <tml@iki.fi>
Wed, 13 Aug 2003 00:24:21 +0000 (00:24 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 13 Aug 2003 00:24:21 +0000 (00:24 +0000)
2003-08-13  Tor Lillqvist  <tml@iki.fi>

* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am
* gthread/Makefile.am: Use srcdir also in references to the .def
files. (#118885, Jeff Bonggren)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/Makefile.am
gmodule/Makefile.am
gobject/Makefile.am
gthread/Makefile.am

index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index d99520944ee4d2366c70ecf5f62afbc26e8cca47..83984b69e0057ce16c398a34994d38bfcb74d4f6 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gmodule/Makefile.am
+       * gobject/Makefile.am
+       * gthread/Makefile.am: Use srcdir also in references to the .def
+       files. (#118885, Jeff Bonggren)
+
 2003-08-12  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
index b6b390654e41f81407f8f78c7b9e8afe79788b49..2f3a007ad4941058e69cf1c0519f8d8adb358fde 100644 (file)
@@ -169,11 +169,11 @@ endif
 
 if OS_WIN32
 # This requires a very new libtool
-export_symbols = -export-symbols glib.def
+export_symbols = -export-symbols $(srcdir)/glib.def
 
 install-libtool-import-lib:
        $(INSTALL) .libs/libglib-2.0.dll.a $(DESTDIR)$(libdir)
-       $(INSTALL) glib.def $(DESTDIR)$(libdir)/glib-2.0.def
+       $(INSTALL) $(srcdir)/glib.def $(DESTDIR)$(libdir)/glib-2.0.def
 
 uninstall-libtool-import-lib:
        -rm $(DESTDIR)$(libdir)/libglib-2.0.dll.a $(DESTDIR)$(libdir)/glib-2.0.def
index ad70c70edcd7c942dfcc86da05d8b08ecb8331fa..4f7c7b52f79ca776dc60d4f36d32eb99aa26502d 100644 (file)
@@ -53,11 +53,11 @@ no_undefined = -no-undefined
 endif
 
 if OS_WIN32
-export_symbols = -export-symbols gmodule.def
+export_symbols = -export-symbols $(srcdir)/gmodule.def
 
 install-libtool-import-lib:
        $(INSTALL) .libs/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)
-       $(INSTALL) gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
+       $(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
 
 uninstall-libtool-import-lib:
        -rm $(DESTDIR)$(libdir)/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)/gmodule-2.0.def
index 20e78b580aba9eaf7969c2934c85856074b07ca6..3f299c41d5a9540382a01dee998cd60b2924404e 100644 (file)
@@ -36,11 +36,11 @@ no_undefined = -no-undefined
 endif
 
 if OS_WIN32
-export_symbols = -export-symbols gobject.def
+export_symbols = -export-symbols $(srcdir)/gobject.def
 
 install-libtool-import-lib:
        $(INSTALL) .libs/libgobject-2.0.dll.a $(DESTDIR)$(libdir)
-       $(INSTALL) gobject.def $(DESTDIR)$(libdir)/gobject-2.0.def
+       $(INSTALL) $(srcdir)/gobject.def $(DESTDIR)$(libdir)/gobject-2.0.def
 
 uninstall-libtool-import-lib:
        -rm $(DESTDIR)$(libdir)/libgobject-2.0.dll.a $(DESTDIR)$(libdir)/gobject-2.0.def
index 66da12f4f6c8869753c4c350329d5aa9b2b8499c..b633a958a5e462b4dc1a29a01d92ce60d350a7fa 100644 (file)
@@ -43,11 +43,11 @@ no_undefined = -no-undefined
 endif
 
 if OS_WIN32
-export_symbols = -export-symbols gthread.def
+export_symbols = -export-symbols $(srcdir)/gthread.def
 
 install-libtool-import-lib:
        $(INSTALL) .libs/libgthread-2.0.dll.a $(DESTDIR)$(libdir)
-       $(INSTALL) gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
+       $(INSTALL) $(srcdir)/gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
 
 uninstall-libtool-import-lib:
        -rm $(DESTDIR)$(libdir)/libgthread-2.0.dll.a $(DESTDIR)$(libdir)/gthread-2.0.def