summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-03-10 12:12:08 +0100
committermsvensson@neptunus.(none) <>2006-03-10 12:12:08 +0100
commit0e6f948452fb785848d3a319b59522aa35684a60 (patch)
tree2868820fd79467e3c4135b46118b13585c176632 /sql/Makefile.am
parent31804060aaf3b6ae7245944074cda69ebe160845 (diff)
downloadmariadb-git-0e6f948452fb785848d3a319b59522aa35684a60.tar.gz
Update test results for udf
Remove STANDARD define when compile udf_example.so
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 9b818f7c389..1597ad2c4a8 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -156,7 +156,6 @@ lex_hash.h: gen_lex_hash$(EXEEXT)
# For testing of udf_example.so
noinst_LTLIBRARIES= udf_example.la
udf_example_la_SOURCES= udf_example.cc
-udf_example_la_CXXFLAGS= -DSTANDARD
udf_example_la_LDFLAGS= -module -rpath $(pkglibdir)