From 1dff58020353cc5e4423c804d4f0e140ae4def7d Mon Sep 17 00:00:00 2001 From: laca Date: Fri, 26 Oct 2001 11:35:34 +0000 Subject: [PATCH] at-bridge/Makefile.am: fixed LDFLAGS. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@81 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 4 ++++ at-bridge/Makefile.am | 3 +-- atk-bridge/Makefile.am | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4466084..69d8448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +<2001-10-26 Laszlo Peter + + * at-bridge/Makefile.am: fix LDFLAGS. + <2001-10-09 Bill Haneman * at-bridge/bridge.c: diff --git a/at-bridge/Makefile.am b/at-bridge/Makefile.am index 1543657..e1a6aa3 100644 --- a/at-bridge/Makefile.am +++ b/at-bridge/Makefile.am @@ -21,8 +21,7 @@ DEPS = \ $(libat-spi) -LDFLAGS = -no-undefined \ - @DEP_LIBS@ +LDFLAGS += -no-undefined libat_bridge_la_LIBADD = $(AT_BRIDGE_LIBS) ../libspi/libspi.la diff --git a/atk-bridge/Makefile.am b/atk-bridge/Makefile.am index 1543657..e1a6aa3 100644 --- a/atk-bridge/Makefile.am +++ b/atk-bridge/Makefile.am @@ -21,8 +21,7 @@ DEPS = \ $(libat-spi) -LDFLAGS = -no-undefined \ - @DEP_LIBS@ +LDFLAGS += -no-undefined libat_bridge_la_LIBADD = $(AT_BRIDGE_LIBS) ../libspi/libspi.la -- 2.7.4