X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=08c3778e146c7eadbf775e503e1eb63f42da8482;hp=6f45810ba303707db6f02cb7d1fd7443d852ecb0;hb=78d75878ba59e55d36205d78d98be26496e112c1;hpb=2ea58a693a53eff9c07ae6a683671cf0bf79415f diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 6f45810..08c3778 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,9 +1,11 @@ +AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -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 \