]> Pileus Git - ~andy/gtk/commitdiff
Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib
authorOwen Taylor <otaylor@redhat.com>
Wed, 27 Jan 1999 22:08:46 +0000 (22:08 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 27 Jan 1999 22:08:46 +0000 (22:08 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gdk/Makefile.am
gtk/Makefile.am

index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index 0e49fdab4e36602acee2ebf451e3eb74da0f6082..1f0dbe97659a4c73b255c24a6fce94ed870e948e 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklabel.c: Use floor() instead of truncating
index b75cbdd239e141ab392a6468fbea76b789d34ecd..19e2f59b9ded1e19c4179a776e2cff97aba36dc1 100644 (file)
@@ -193,6 +193,7 @@ if test x$with_glib = x ; then
   glib_cflags=`$GLIB_CONFIG glib gmodule --cflags`
   glib_libs=`$GLIB_CONFIG glib gmodule --libs`
   GLIB_LIBS="$glib_libs"
+  GLIB_DEPLIBS="$glib_libs"
 else
   # Use uninstalled glib (assume they got the version right)
 
@@ -219,8 +220,9 @@ else
       ;;
   esac
 
-  GLIB_CFLAGS="-I$glib_dir"
-  GLIB_LIBS=$glib_dir/libglib-$glib_release.la
+  GLIB_CFLAGS="-I$glib_dir -I$glib_dir/gmodule"
+  GLIB_LIBS="$glib_dir/libglib.la $glib_dir/gmodule.la"
+  GLIB_DEPLIBS=
 
   AC_SUBST(GLIB_CFLAGS)
   AC_SUBST(GLIB_LIBS)
@@ -228,6 +230,7 @@ fi
 
 AC_SUBST(glib_cflags)
 AC_SUBST(glib_libs)
+AC_SUBST(GLIB_DEPLIBS)
 
 # Find the X11 include and library directories
 AC_PATH_X
index 19dc32531119f8037a4d3e9d943f6d9db1251bf3..3161727020e25b305c805a7d130edc22e3dc0c20 100644 (file)
@@ -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
index a0fde3aa844683c5f4842f628f7fd477785b8627..81683ec0b922f5a0a3e19ba041f44a5471a0504b 100644 (file)
@@ -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