X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=d39f7977c0da851fe67b71dd87ec16311767687b;hb=0195634254d90bac8517076685032ccffee75456;hp=440ac382a8412e738971869bf5dfdc0ef06f98d9;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=userspace-rcu.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 440ac38..d39f797 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,11 +1,11 @@ -AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src +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 \