diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a18683045..83214efec 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,9 +21,7 @@ SUBDIRS = if HAVE_UNIT_TEST -AM_CPPFLAGS = \ - $(GENERAL_CPPFLAGS) \ - $(CPPUNIT_CFLAGS) +AM_CPPFLAGS = $(GENERAL_CPPFLAGS) LDADD = \ $(GENERAL_LDDFLAGS) \ |