summaryrefslogtreecommitdiff
path: root/ndb/config
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-05-27 13:33:19 +0000
committerunknown <tomas@poseidon.(none)>2004-05-27 13:33:19 +0000
commit95013a3ba3aaec13b9de5021fabe1358ee361037 (patch)
treedeccf2bc1d2d948c9017fc192f43c70998815a44 /ndb/config
parentb2043ef8da40d8b61585b7bae5d6527d2f46bd5c (diff)
downloadmariadb-git-95013a3ba3aaec13b9de5021fabe1358ee361037.tar.gz
oops
Diffstat (limited to 'ndb/config')
-rw-r--r--ndb/config/common.mk.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/config/common.mk.am b/ndb/config/common.mk.am
index cc320120b2a..394da10abd6 100644
--- a/ndb/config/common.mk.am
+++ b/ndb/config/common.mk.am
@@ -1,7 +1,7 @@
INCLUDES = $(INCLUDES_LOC)
LDADD = $(top_srcdir)/ndb/src/common/portlib/gcc.cpp $(LDADD_LOC)
-DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC)
+DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
# ndb cannot be compiled with -fno-implicit-templaces
NDB_CXXFLAGS=-fimplicit-templates
##use AM_CXXFLAGS for other flags