diff --git a/tests/Makefile.am b/tests/Makefile.am index e69de29b..ac29351a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -0,0 +1,11 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_PROGRAMS_common = + +if REMOTE_ONLY + noinst_PROGRAMS = $(noinst_PROGRAMS_common) +else + noinst_PROGRAMS = $(noinst_PROGRAMS_common) bt exc +endif + +LDADD = ../src/libunwind.la