Fix tap.h: remove extra semicolon in pass/fail macros
[urcu.git] / tests / utils / Makefile.am
index 6f45810ba303707db6f02cb7d1fd7443d852ecb0..d39f7977c0da851fe67b71dd87ec16311767687b 100644 (file)
@@ -1,9 +1,11 @@
+AM_CPPFLAGS += -I$(top_srcdir)/src
+
 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.024336 seconds and 4 git commands to generate.