diff options
author | unknown <tomas@poseidon.(none)> | 2004-05-27 13:33:19 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-05-27 13:33:19 +0000 |
commit | 95013a3ba3aaec13b9de5021fabe1358ee361037 (patch) | |
tree | deccf2bc1d2d948c9017fc192f43c70998815a44 /ndb/config | |
parent | b2043ef8da40d8b61585b7bae5d6527d2f46bd5c (diff) | |
download | mariadb-git-95013a3ba3aaec13b9de5021fabe1358ee361037.tar.gz |
oops
Diffstat (limited to 'ndb/config')
-rw-r--r-- | ndb/config/common.mk.am | 2 |
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 |