Use pkgconfig to detect and configure liblttng-ust
[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
20dd2de1
MJ
5type_declarations_LDADD = $(UST_LIBS) $(DL_LIBS)
6type_declarations_CPPFLAGS = $(UST_CFLAGS) $(DL_CFLAGS) $(AM_CPPFLAGS)
10b56aef
MD
7
8noinst_SCRIPTS = test_type_declarations test_type_declarations.py
9EXTRA_DIST = test_type_declarations test_type_declarations.py
10
11all-local:
12 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
13 for script in $(EXTRA_DIST); do \
14 cp -f $(srcdir)/$$script $(builddir); \
15 done; \
16 fi
17
18clean-local:
19 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
20 for script in $(EXTRA_DIST); do \
21 rm -f $(builddir)/$$script; \
22 done; \
23 fi
This page took 0.029597 seconds and 4 git commands to generate.