diff options
author | unknown <magnus@neptunus.(none)> | 2004-04-14 10:53:21 +0200 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-04-14 10:53:21 +0200 |
commit | 6386c55cee50bad6a9979d1fab28e03bb8612ca7 (patch) | |
tree | 3fbbacf704304b69228474b9f03549ccd585a017 /ndb/test/ndbapi/restarter/Makefile | |
parent | 0ba6cb48d84f1ff951d09871a96be6cdef3f2c3c (diff) | |
download | mariadb-git-6386c55cee50bad6a9979d1fab28e03bb8612ca7.tar.gz |
Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'ndb/test/ndbapi/restarter/Makefile')
-rw-r--r-- | ndb/test/ndbapi/restarter/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/restarter/Makefile b/ndb/test/ndbapi/restarter/Makefile new file mode 100644 index 00000000000..041fbfd82ba --- /dev/null +++ b/ndb/test/ndbapi/restarter/Makefile @@ -0,0 +1,11 @@ +include .defs.mk + +TYPE := ndbapitest + +BIN_TARGET := restarter + +# Source files of non-templated classes (.C files) +SOURCES = restarter.cpp + +include $(NDB_TOP)/Epilogue.mk + |