diff options
author | msvensson@pilot.blaudden <> | 2007-03-27 23:56:48 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-27 23:56:48 +0200 |
commit | b554258a8e453539d87a1a0a572b4d329b58d9eb (patch) | |
tree | 02a7e0d66c1854e1350626ab89132b36162066bd /sql | |
parent | 764d84852ef83c3584ca1e03bebd34b1b29d1f53 (diff) | |
download | mariadb-git-b554258a8e453539d87a1a0a572b4d329b58d9eb.tar.gz |
Bug#22508 BUILD/compile-dist fails due to problem with readline/libedit
- Move the link_sources command from top level Makefile into each subdir
that need to link files
Diffstat (limited to 'sql')
-rw-r--r-- | sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 43331e3d0c9..8beca9c2eab 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -123,11 +123,11 @@ DEFS = -DMYSQL_SERVER \ @DEFS@ BUILT_MAINT_SRC = sql_yacc.cc sql_yacc.h -BUILT_SOURCES = $(BUILT_MAINT_SRC) lex_hash.h +BUILT_SOURCES = $(BUILT_MAINT_SRC) lex_hash.h link_sources EXTRA_DIST = udf_example.c udf_example.def $(BUILT_MAINT_SRC) \ nt_servc.cc nt_servc.h message.mc CMakeLists.txt \ udf_example.c udf_example.def -CLEANFILES = lex_hash.h sql_yacc.output +CLEANFILES = lex_hash.h sql_yacc.output link_sources MAINTAINERCLEANFILES = $(BUILT_MAINT_SRC) AM_YFLAGS = -d --verbose |