aboutsummaryrefslogtreecommitdiff
path: root/lib/backup/Makefile.am
blob: d1f687d4beb5a6b9f82e5836a47b7b6a7815c96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
libbackupdir=$(libdir)/backup
libbackup_SCRIPTS=\
 common.sh\
 s3.sh\
 fs.sh\
 mysql.sh\
 postgres.sh
EXTRA_DIST=\
 common.in\
 s3.sh\
 fs.sh\
 mysql.sh\
 postgres.sh
DISTCLEANFILES=common.sh
include $(top_srcdir)/Make.rules

Return to:

Send suggestions and report system problems to the System administrator.