Parcourir la source

[trac998] add some commonly used settings

JINMEI Tatuya il y a 14 ans
Parent
commit
f92d30bb55
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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