Cleanup: standardise include path
[lttng-ust.git] / tests / ust-elf / Makefile.am
index f115eea4629af7ac18999aa85041e6aaebd31bc7..eadbaa8964c3c93e076b9f5704e8e61676ea5b6e 100644 (file)
@@ -1,22 +1,11 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = ust-elf
 ust_elf_SOURCES = ust-elf.c
 ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(top_builddir)/tests/utils/libtap.a
 
+# Directories added to EXTRA_DIST will be recursively copied to the distribution.
 EXTRA_DIST = \
-       $(srcdir)/data/main.c \
-       $(srcdir)/data/aarch64_be/main.elf \
-       $(srcdir)/data/aarch64_be/main.elf.debug \
-       $(srcdir)/data/armeb/main.elf \
-       $(srcdir)/data/armeb/main.elf.debug \
-       $(srcdir)/data/x86/main.elf \
-       $(srcdir)/data/x86/main.elf.debug \
-       $(srcdir)/data/x86_64/main.elf \
-       $(srcdir)/data/x86_64/main.elf.debug \
-       $(srcdir)/data/pic/hello.exec \
-       $(srcdir)/data/pic/hello.pie \
-       $(srcdir)/data/pic/hello.pic \
-       $(srcdir)/data/pic/hello.c \
-       $(srcdir)/data/pic/libhello.c
+       $(srcdir)/data \
+       README.md
This page took 0.023931 seconds and 4 git commands to generate.