summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-19 13:48:06 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2014-02-20 11:38:56 +1000
commitec6a44612565e0716bd5b2e2b80a8d381691feb6 (patch)
tree752911f320e0146d2f942ca7c364fa3a33cbac23 /test
parent31b0be69e5eea3d1c82d6610bd37bbdb4dca779c (diff)
test: remove source file from hashtabletest LDADD
LDADD is for libraries and not for source code. Introduced in commit: ccb3e78124fb05defd0c9b438746b79d84dfc3ae Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2852bb3e0..f8aa65950 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -36,7 +36,7 @@ fixes_LDADD=$(TEST_LDADD)
xfree86_LDADD=$(TEST_LDADD)
touch_LDADD=$(TEST_LDADD)
signal_logging_LDADD=$(TEST_LDADD)
-hashtabletest_LDADD=$(TEST_LDADD) $(top_srcdir)/Xext/hashtable.c
+hashtabletest_LDADD=$(TEST_LDADD)
os_LDADD=$(TEST_LDADD)
libxservertest_la_LIBADD = $(XSERVER_LIBS)