aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index 525a196a5..f5235f471 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -23,12 +23,10 @@ AM_CPPFLAGS = \
$(HELPER_INCLUDES) \
-I$(top_srcdir)/test/common
-AM_CFLAGS = $(CUNIT_CFLAGS)
+AM_CFLAGS += $(CUNIT_CFLAGS)
if STATIC_APPS
-AM_LDFLAGS = -L$(LIB) -static
-else
-AM_LDFLAGS =
+AM_LDFLAGS += -static
endif
AM_LDFLAGS += $(PLAT_DEP_LIBS)