summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <jonas@eel.(none)>2005-08-19 10:12:44 +0200
committerunknown <jonas@eel.(none)>2005-08-19 10:12:44 +0200
commit9c668f7f02b0c4f4a05fe801b259187230184afd (patch)
tree930c8debdc71cdca12f3c209bac81edf2efcfc9b
parent83fbcef16ad68adebdcb4365efbc0e964c32a3a3 (diff)
downloadmariadb-git-9c668f7f02b0c4f4a05fe801b259187230184afd.tar.gz
ndb -
remove grep from Makefile ndb/src/kernel/Makefile.am: remove grep from Makefile
-rw-r--r--ndb/src/kernel/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ndb/src/kernel/Makefile.am b/ndb/src/kernel/Makefile.am
index 55d3c5a578f..389cb85c1d8 100644
--- a/ndb/src/kernel/Makefile.am
+++ b/ndb/src/kernel/Makefile.am
@@ -23,7 +23,6 @@ INCLUDES += \
-Iblocks/backup \
-Iblocks/dbutil \
-Iblocks/suma \
- -Iblocks/grep \
-Iblocks/dbtux
LDADD += \
@@ -41,7 +40,6 @@ LDADD += \
blocks/backup/libbackup.a \
blocks/dbutil/libdbutil.a \
blocks/suma/libsuma.a \
- blocks/grep/libgrep.a \
blocks/dbtux/libdbtux.a \
vm/libkernel.a \
error/liberror.a \