at-bridge/Makefile.am: fixed LDFLAGS.
authorlaca <laca@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 26 Oct 2001 11:35:34 +0000 (11:35 +0000)
committerlaca <laca@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 26 Oct 2001 11:35:34 +0000 (11:35 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@81 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
at-bridge/Makefile.am
atk-bridge/Makefile.am

index 4466084..69d8448 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+<2001-10-26  Laszlo Peter <laca@ireland.sun.com>
+
+       * at-bridge/Makefile.am: fix LDFLAGS.
+
 <2001-10-09  Bill Haneman <bill.haneman@sun.com>
 
        * at-bridge/bridge.c:
index 1543657..e1a6aa3 100644 (file)
@@ -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
 
index 1543657..e1a6aa3 100644 (file)
@@ -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