From 0f1a0c4b4e234771d75064f14de455fe24a5661a Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 3 Apr 2002 06:51:34 +0000 Subject: [PATCH] (AM_CPPFLAGS): Define. (Logical change 1.10) --- tests/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) 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