summaryrefslogtreecommitdiff
path: root/client/Makefile.am
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-02-19 13:21:06 +0100
committerunknown <msvensson@pilot.blaudden>2007-02-19 13:21:06 +0100
commitdcd3b8d4b6277efeb90bc585e8407c7718dfc80b (patch)
treebeb505a11c63bd7c6fae07598917d89dc3326805 /client/Makefile.am
parentd7b2f201f44d0e6521a4210b63acc1068b5051f5 (diff)
downloadmariadb-git-dcd3b8d4b6277efeb90bc585e8407c7718dfc80b.tar.gz
Add echo.c as EXTRA_DIST file
Diffstat (limited to 'client/Makefile.am')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 2cb7dce64f9..5f1569ba2c4 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -58,7 +58,7 @@ DEFS = -DUNDEF_THREADS_HACK \
-DDEFAULT_MYSQL_HOME="\"$(prefix)\"" \
-DDATADIR="\"$(localstatedir)\""
-EXTRA_DIST = get_password.c CMakeLists.txt
+EXTRA_DIST = get_password.c CMakeLists.txt echo.c
link_sources:
for f in $(sql_src) ; do \