summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/backup/Makefile.am
blob: fabe67d198c872fcbf653dd6dafcf5d7edbf50eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

ndbtools_PROGRAMS = ndb_print_backup_file
ndb_print_backup_file_SOURCES = read.cpp
ndb_print_backup_file_LDFLAGS = @ndb_bin_am_ldflags@ \
  $(top_builddir)/storage/ndb/src/libndbclient.la \
         $(top_builddir)/mysys/libmysys.a \
         $(top_builddir)/dbug/libdbug.a \
         $(top_builddir)/strings/libmystrings.a

include $(top_srcdir)/storage/ndb/config/common.mk.am
include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am

# Don't update the files from bitkeeper
%::SCCS/s.%