diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-27 22:08:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-27 22:08:46 +0000 |
commit | 607949ed5e91d1472b04dd62be3d93234c97331e (patch) | |
tree | 9973aef3910e7b585b54de09ad41a003f85738eb /gtk | |
parent | 342e557c5837699b6f2110567ec59989d37a1d47 (diff) | |
download | gtk+-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 'gtk')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index a0fde3aa84..81683ec0b9 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -305,7 +305,7 @@ stamp-m: @REBUILD@ $(srcdir)/gtkmarshal.list $(srcdir)/genmarshal.pl libgtk_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) \ - @GLIB_LIBS@ \ + @GLIB_DEPLIBS@ \ @x_ldflags@ \ @x_libs@ \ -lm |