X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Foverlap%2Fdemo%2FMakefile.am;h=4d4efb154b5542da867b37817199e8e9582d107d;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=c5e9f92d589334a93cfbc46a07ba4c6ad4248032;hpb=c83e7ca00efd681ec2406d2a2b2622d373ae2647;p=lttng-tools.git diff --git a/tests/regression/ust/overlap/demo/Makefile.am b/tests/regression/ust/overlap/demo/Makefile.am index c5e9f92d5..4d4efb154 100644 --- a/tests/regression/ust/overlap/demo/Makefile.am +++ b/tests/regression/ust/overlap/demo/Makefile.am @@ -1,8 +1,17 @@ -AM_CFLAGS=-I$(srcdir) if NO_SHARED # Do not build this test if shared libraries support was # explicitly disabled. + +CLEANFILES = demo + +EXTRA_DIST = demo-trace demo.c ust_tests_demo.h \ + tp3.c ust_tests_demo3.h tp2.c ust_tests_demo2.h \ + tp.c ust_tests_demo.h + else + +AM_CPPFLAGS += -I$(srcdir) + # Force the shared flag on the noinst libraries since they are # only built static by default FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \ @@ -49,4 +58,5 @@ clean-local: rm -f $(builddir)/$$script; \ done; \ fi + endif