mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01: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:
parent
9baa0b6df5
commit
9ba71698c0
@ -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>
|
2001-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
|
* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
|
||||||
|
@ -161,7 +161,7 @@ gobject_query_SOURCES = gobject-query.c
|
|||||||
glib_genmarshal_SOURCES = glib-genmarshal.c
|
glib_genmarshal_SOURCES = glib-genmarshal.c
|
||||||
testgruntime_SOURCES = testgruntime.c
|
testgruntime_SOURCES = testgruntime.c
|
||||||
# link programs against libgobject
|
# link programs against libgobject
|
||||||
progs_LDADD = libgobject-1.3.la $(libglib)
|
progs_LDADD = ./libgobject-1.3.la $(libglib)
|
||||||
glib_genmarshal_LDADD = $(libglib)
|
glib_genmarshal_LDADD = $(libglib)
|
||||||
gobject_query_LDADD = $(progs_LDADD)
|
gobject_query_LDADD = $(progs_LDADD)
|
||||||
testgruntime_LDADD = $(progs_LDADD)
|
testgruntime_LDADD = $(progs_LDADD)
|
||||||
|
Loading…
Reference in New Issue
Block a user