summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2001-06-13 13:51:29 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2001-06-13 13:51:29 +0300
commitac90eda0140e628e0d837ad89f154a4f9e80a60e (patch)
tree82807aed5fa568647b417ed24719ecab4c682b53 /sql/Makefile.am
parentb13388806da1588781ceac0fb078eef434cd03fd (diff)
downloadmariadb-git-ac90eda0140e628e0d837ad89f154a4f9e80a60e.tar.gz
Forgot to add new source file
sql/Makefile.am: New source file
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index bc10bf7ae65..70415be03a4 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -83,7 +83,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
sql_udf.cc sql_analyse.cc sql_analyse.h sql_cache.cc \
slave.cc sql_repl.cc \
mini_client.cc mini_client_errors.c \
- md5.c stacktrace.c
+ md5.c stacktrace.c sql_unions.cc
gen_lex_hash_SOURCES = gen_lex_hash.cc
gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS)
mysqlbinlog_SOURCES = mysqlbinlog.cc mini_client.cc net_serv.cc \