Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / ust / type-declarations / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(srcdir)
10b56aef
MD
2
3noinst_PROGRAMS = type-declarations
4type_declarations_SOURCES = type-declarations.c ust_tests_td.h
b1c46f87 5type_declarations_LDADD = -llttng-ust $(DL_LIBS)
10b56aef
MD
6
7noinst_SCRIPTS = test_type_declarations test_type_declarations.py
8EXTRA_DIST = test_type_declarations test_type_declarations.py
9
10all-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 cp -f $(srcdir)/$$script $(builddir); \
14 done; \
15 fi
16
17clean-local:
18 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
19 for script in $(EXTRA_DIST); do \
20 rm -f $(builddir)/$$script; \
21 done; \
22 fi
This page took 0.029784 seconds and 5 git commands to generate.