summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--tests/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcc4cf5..d9ce6b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-09 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * tests/Makefile.am: Fix for bug #149653 (from jdassen@debian.org)
+
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 89dfc21..e87b07e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,9 +18,11 @@ libteststateset_la_LDFLAGS = \
-rpath $(moduledir) \
-avoid-version \
-module
+libteststateset_la_LIBADD = $(libatk) $(DEP_LIBS)
libtestrelation_la_SOURCES = testrelation.c
libtestrelation_la_LDFLAGS = \
-rpath $(moduledir) \
-avoid-version \
-module
+libtestrelation_la_LIBADD = $(libatk) $(DEP_LIBS)