Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / tools / wildcard / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
075ffe1f 2
075ffe1f
MD
3noinst_SCRIPTS = test_event_wildcard
4EXTRA_DIST = test_event_wildcard
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.031164 seconds and 5 git commands to generate.