Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / libc-wrapper / Makefile.am
1 noinst_PROGRAMS = prog
2 prog_SOURCES = prog.c
3 prog_LDADD = $(UST_LIBS) -llttng-ust-libc-wrapper
4
5 noinst_SCRIPTS = test_libc-wrapper test_libc-wrapper.py
6 EXTRA_DIST = test_libc-wrapper test_libc-wrapper.py
7
8 all-local:
9 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
10 for script in $(EXTRA_DIST); do \
11 cp -f $(srcdir)/$$script $(builddir); \
12 done; \
13 fi
14
15 clean-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(EXTRA_DIST); do \
18 rm -f $(builddir)/$$script; \
19 done; \
20 fi
This page took 0.030348 seconds and 5 git commands to generate.