mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
link to ./libgobject-1.3.la since an installed libgobject was somehow
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.
This commit is contained in:
committed by
Havoc Pennington
parent
9baa0b6df5
commit
9ba71698c0
@@ -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)
|
||||
|
Reference in New Issue
Block a user