diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-01-08 20:25:33 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-01-08 20:25:33 +0000 |
commit | f873f58d5b576e83b31c09dcce6c75b77caef2ef (patch) | |
tree | cef11aca084961a5fe51721bb7f27bfbfec18c88 /gdk/Makefile.am | |
parent | 1d58a2e291d0267db562e2c8d33daac03dcc608d (diff) | |
download | gtk+-f873f58d5b576e83b31c09dcce6c75b77caef2ef.tar.gz |
a few modifications, blah blah
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 3e34aa4c23..fdf27dbc3d 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@ @x_libs@ +libgdk_la_LDFLAGS = -version-info 1:0:0 @x_ldflags@ +libgdk_la_LIBADD = @x_libs@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib @x_cflags@ |