summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-27 22:08:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-27 22:08:46 +0000
commit607949ed5e91d1472b04dd62be3d93234c97331e (patch)
tree9973aef3910e7b585b54de09ad41a003f85738eb /gdk
parent342e557c5837699b6f2110567ec59989d37a1d47 (diff)
downloadgtk+-607949ed5e91d1472b04dd62be3d93234c97331e.tar.gz
Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib
Wed Jan 27 17:05:40 1999 Owen Taylor <otaylor@redhat.com> * Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib option. GLIB_LIBS are the libs to link example programs against, while GLIB_DEPLIBS are dependency libraries.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 19dc325311..3161727020 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -67,7 +67,7 @@ LDADDS = \
libgdk_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) \
- @GLIB_LIBS@ \
+ @GLIB_DEPLIBS@ \
@x_ldflags@ \
@x_libs@ \
-lm