mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
280fdac2bc
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.
8 lines
258 B
Makefile
8 lines
258 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 lib man src
|