mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-12 13:52:50 +01:00
8 lines
254 B
Makefile
8 lines
254 B
Makefile
# vi: noexpandtab softtabstop=0
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = README COPYING AUTHORS INSTALL NEWS ChangeLog \
|
|
backupninja.spec backupninja.spec.in autogen.sh
|
|
|
|
SUBDIRS = etc examples handlers man src
|