diff options
author | Jay Painter <jpaint@src.gnome.org> | 1998-01-12 15:41:36 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1998-01-12 15:41:36 +0000 |
commit | dfc3630c8c0b5f5dc2ae731e5e11f266f789ad40 (patch) | |
tree | 9874c277a41d90a4b3dba29fcb5505f1e552d8f1 /gdk | |
parent | 8bb622a983b14308e4be87e9e039e73e98415ae0 (diff) | |
download | gtk+-dfc3630c8c0b5f5dc2ae731e5e11f266f789ad40.tar.gz |
This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libgdk to libX11 and libXext. -Jay
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index fdf27dbc3d..8d0360bbd1 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -43,8 +43,8 @@ gdkinclude_HEADERS = \ gdktypes.h \ gdkx.h -libgdk_la_LDFLAGS = -version-info 1:0:0 @x_ldflags@ -libgdk_la_LIBADD = @x_libs@ +libgdk_la_LDFLAGS = -version-info 1:0:0 \ + @x_ldflags@ @x_libs@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib @x_cflags@ @@ -55,8 +55,8 @@ bin_PROGRAMS = @xinput_progs@ gxid_SOURCES = gxid.c gxid_LDADD = \ - @x_ldflags@ \ - @x_libs@ \ + @x_ldflags@ \ + @x_libs@ \ -lm BUILT_SOURCES = gdkcursors.h gdkkeysyms.h |