diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-05 21:10:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-05 21:10:09 +0000 |
commit | e1826de7e7fd5cb23c20ffeefb8bb195c6606111 (patch) | |
tree | cdb6cd9965fd66064a3066807fd1bdff437aeb8d /gtk/Makefile.am | |
parent | e8468d5e6d5d76d0068d4800f951a52cf6390a27 (diff) | |
download | gtk+-e1826de7e7fd5cb23c20ffeefb8bb195c6606111.tar.gz |
When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
include @LDFLAGS@, otherwise LDFLAGS the users passes
to configure don't get used. (#89946, Noah Levitt,
Albert Chin)
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 10a0800891..3d4f25af0c 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -65,6 +65,7 @@ endif # we use the general approach here libgtkincludedir = $(includedir)/gtk-2.0/gtk LDFLAGS = @STRIP_BEGIN@ \ + @LDFLAGS@ \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic \ -rpath $(libdir) \ |