tests: Move tap-driver.sh out of the autotools aux directory
[urcu.git] / tests / utils / Makefile.am
index 31d7913e2d4864b2f04443e6afaf613e288192ca..08c3778e146c7eadbf775e503e1eb63f42da8482 100644 (file)
@@ -3,9 +3,9 @@ AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/s
 noinst_LIBRARIES = libtap.a
 libtap_a_SOURCES = tap.c tap.h
 
-SCRIPT_LIST = tap.sh
+SCRIPT_LIST = tap.sh tap-driver.sh
 
-dist_noinst_SCRIPTS = $(SCRIPT_LIST)
+dist_check_SCRIPTS = $(SCRIPT_LIST)
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.022726 seconds and 4 git commands to generate.