link to ./libgobject-1.3.la since an installed libgobject was somehow GLIB_1_3_6
authorHavoc Pennington <hp@redhat.com>
Wed, 13 Jun 2001 16:57:53 +0000 (16:57 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 13 Jun 2001 16:57:53 +0000 (16:57 +0000)
2001-06-13  Havoc Pennington  <hp@redhat.com>

* Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
since an installed libgobject was somehow being found; think
it's a libtool bug, but this workaround should do for now.

gobject/ChangeLog
gobject/Makefile.am

index 2eda694..9a107af 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-13  Havoc Pennington  <hp@redhat.com>
+
+       * Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
+       since an installed libgobject was somehow being found; think 
+       it's a libtool bug, but this workaround should do for now.
+
 2001-06-12  Havoc Pennington  <hp@redhat.com>
 
        * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
index 873eeab..471b4ab 100644 (file)
@@ -161,7 +161,7 @@ gobject_query_SOURCES = gobject-query.c
 glib_genmarshal_SOURCES = glib-genmarshal.c
 testgruntime_SOURCES = testgruntime.c
 # link programs against libgobject
-progs_LDADD = libgobject-1.3.la $(libglib)
+progs_LDADD = ./libgobject-1.3.la $(libglib)
 glib_genmarshal_LDADD = $(libglib)
 gobject_query_LDADD = $(progs_LDADD)
 testgruntime_LDADD = $(progs_LDADD)