X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fdemo%2FMakefile.am;fp=tests%2Fdemo%2FMakefile.am;h=e4570ff0a694d9fea50f14f5ed8e89696832e7a1;hb=35129359eb694e1d6d8daeabac302290cac41d11;hp=4e113edc87705e0c9654d68b5b589df5e493533e;hpb=404d9909a392de0e0044c7f49a932d1765c9d813;p=lttng-ust.git diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index 4e113edc..e4570ff0 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -7,12 +7,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers LIBS = # Force the shared flag on the noinst libraries since they are -# only build static by default +# only built static by default FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \ -rpath $(abs_builddir) -PROBE_LIBS = -lurcu-bp -lurcu-bp -luuid -lpthread -ldl - noinst_LTLIBRARIES = liblttng-ust-provider-ust-tests-demo.la \ liblttng-ust-provider-ust-tests-demo3.la @@ -23,8 +21,7 @@ liblttng_ust_provider_ust_tests_demo_la_SOURCES = \ liblttng_ust_provider_ust_tests_demo_la_LIBADD = \ $(top_builddir)/liblttng-ust/liblttng-ust.la liblttng_ust_provider_ust_tests_demo_la_LDFLAGS = \ - $(FORCE_SHARED_LIB_OPTIONS) \ - $(PROBE_LIBS) + $(FORCE_SHARED_LIB_OPTIONS) #contains ust_tests_demo3.h provider probes liblttng_ust_provider_ust_tests_demo3_la_SOURCES = \ @@ -32,8 +29,7 @@ liblttng_ust_provider_ust_tests_demo3_la_SOURCES = \ liblttng_ust_provider_ust_tests_demo3_la_LIBADD = \ $(top_builddir)/liblttng-ust/liblttng-ust.la liblttng_ust_provider_ust_tests_demo3_la_LDFLAGS = \ - $(FORCE_SHARED_LIB_OPTIONS) \ - $(PROBE_LIBS) + $(FORCE_SHARED_LIB_OPTIONS) noinst_PROGRAMS = demo demo_SOURCES = demo.c ust_tests_demo.h