diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-05 05:18:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-05 05:18:23 +0000 |
commit | fc8fd6f8cb01ac93933d372e8056765de04092ae (patch) | |
tree | 2954e6ec27bf4f8e2df2c69182590fc2d2943eab /gmodule-2.0.pc.in | |
parent | f79770257f96afa8f572e69241957265ef3886e0 (diff) | |
download | glib-fc8fd6f8cb01ac93933d372e8056765de04092ae.tar.gz |
Default to --disable-gtk-doc, to avoid Jade setup hassles.
Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Default to --disable-gtk-doc, to avoid
Jade setup hassles.
* autogen.sh: Add --enable-gtk-doc.
* configure.in: Default to --disable-static to go
along with Pango, GTK+ where we need to do that for
bin-compat reasons.
* Makefile.am: Add a slightly modified distcheck rule
that passes --enable-gtk-doc to the configure inside.
(So that 'make dist' succeeds inside.)
* configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4
tests/makefile.mingw.in: Switch everything over to
glib-2.0.
Diffstat (limited to 'gmodule-2.0.pc.in')
-rw-r--r-- | gmodule-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule-2.0.pc.in b/gmodule-2.0.pc.in index 113237030..e723007a9 100644 --- a/gmodule-2.0.pc.in +++ b/gmodule-2.0.pc.in @@ -9,5 +9,5 @@ Name: GModule Description: Dynamic module loader for GLib Requires: glib-2.0 Version: @VERSION@ -Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@ +Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@ Cflags: |