Browse Source

[trac998] add some commonly used settings

JINMEI Tatuya 14 years ago
parent
commit
f92d30bb55
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/lib/acl/tests/Makefile.am

+ 7 - 0
src/lib/acl/tests/Makefile.am

@@ -1,4 +1,11 @@
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
+AM_CXXFLAGS = $(B10_CXXFLAGS)
+
+if USE_STATIC_LINK
+AM_LDFLAGS = -static
+endif
+
+CLEANFILES = *.gcno *.gcda
 
 TESTS =
 if HAVE_GTEST