aboutsummaryrefslogtreecommitdiffstats
path: root/tests/xid/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xid/Makefile.am')
-rw-r--r--tests/xid/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/xid/Makefile.am b/tests/xid/Makefile.am
index 6f058f5a6..d3a260bca 100644
--- a/tests/xid/Makefile.am
+++ b/tests/xid/Makefile.am
@@ -11,11 +11,13 @@ AM_CFLAGS = \
$(LIBCARES_CFLAGS) \
$(NULL)
+AM_LDFLAGS = -no-install
+
EXTRA_DIST = \
xid_test.ok \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
xid_test \
$(NULL)