Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / wildcard / Makefile.am
index b95b495e46ecc55b09a450429dc102abc6acb097..c872f0d7b7519b65fd6bff1e18cf90e9a89ccd65 100644 (file)
@@ -1,12 +1,4 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -I$(srcdir) -O2 -g
-AM_LDFLAGS =
-
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-LIBS += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-LIBS += -lc
-endif
+AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
 
 noinst_SCRIPTS = test_event_wildcard
 EXTRA_DIST = test_event_wildcard
This page took 0.026737 seconds and 5 git commands to generate.