diff options
Diffstat (limited to 'ndb/Makefile.am')
-rw-r--r-- | ndb/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ndb/Makefile.am b/ndb/Makefile.am index 01094f8720a..a18f83fcf29 100644 --- a/ndb/Makefile.am +++ b/ndb/Makefile.am @@ -1 +1,6 @@ -SUBDIRS = src test +## find * -name '*.hpp' -print | grep -v SCCS | grep -v odbc | sed 's/\.hpp/\.hpp \\/' > tmp.out +## find * -name '*.h' -print | grep -v SCCS | grep -v odbc | sed 's/\.h/\.h \\/' >> tmp.out + +SUBDIRS = . include src test tools + +noinst_HEADERS = |