Remove outdated test-nevents test
[lttng-ust.git] / tests / demo / Makefile.am
index e4570ff0a694d9fea50f14f5ed8e89696832e7a1..47849e6653891bd338db87c52462d620b6dff1db 100644 (file)
@@ -1,11 +1,15 @@
 # -Wsystem-headers is needed to print warnings in the tracepoint
 # description file.
-AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
 
 # Set LIBS to nothing so the application does not link on useless
 # libraries.
 LIBS =
 
+if NO_SHARED
+# Do not build this test if shared libraries support was
+# explicitly disabled.
+else
 # Force the shared flag on the noinst libraries since they are
 # only built static by default
 FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \
@@ -31,6 +35,8 @@ liblttng_ust_provider_ust_tests_demo3_la_LIBADD = \
 liblttng_ust_provider_ust_tests_demo3_la_LDFLAGS = \
        $(FORCE_SHARED_LIB_OPTIONS)
 
+EXTRA_DIST = demo-trace
+
 noinst_PROGRAMS = demo
 demo_SOURCES = demo.c ust_tests_demo.h
 # The demo program only depends on libdl/libc for dlopen().
@@ -41,3 +47,4 @@ if LTTNG_UST_BUILD_WITH_LIBC_DL
 demo_LDADD = -lc
 endif
 
+endif
This page took 0.023675 seconds and 4 git commands to generate.