blob: 85bf5b1241503200bc6113d08bfb3dd7fc275718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUBDIRS = restore
noinst_LIBRARIES = libbackup.a
libbackup_a_SOURCES = Backup.cpp BackupInit.cpp
include $(top_srcdir)/ndb/config/common.mk.am
include $(top_srcdir)/ndb/config/type_kernel.mk.am
# Don't update the files from bitkeeper
%::SCCS/s.%
|