From 8a88c42f4e5c6324bf3cc61766ec091e00fd1744 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Fri, 13 Aug 2004 07:52:38 +0000 Subject: [PATCH] Forgot to commit tests/Makefile.am in commit of 9th August. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.7.4