Commit 810555ad authored by unknown's avatar unknown

fixes for ndb and make distdir

parent 3a875403
SUBDIRS = src test tools . include
EXTRA_DIST = config
include $(top_srcdir)/ndb/config/common.mk.am
dist-hook:
-rm -rf `find $(distdir) -type d -name SCCS`
-rm -rf `find $(distdir) -type d -name old_files`
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" != "." -a "$$subdir" != "include"; then \
files="`find $$subdir -name '*\.h'` `find $$subdir -name '*\.hpp'`"; \
......
SUBDIRS = unix
noinst_DATA = gcc.cpp
noinst_HEADERS = gcc.cpp
EXTRA_PROGRAMS =
\ No newline at end of file
......@@ -4,7 +4,8 @@ ndbtest_PROGRAMS = atrt
atrt_SOURCES = main.cpp
ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
atrt-clear-result.sh make-config.sh
atrt-clear-result.sh make-config.sh make-index.sh make-html-reports.sh
EXTRA_DIST = $(ndbtest_SCRIPTS)
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
LDADD_LOC = $(top_srcdir)/ndb/src/mgmclient/CpcClient.o $(top_srcdir)/ndb/src/libndbclient.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment