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.
7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
|
EXTRALIBRARIES = easydialog.sh
|
|
|
|
EXTRA_DIST = Makefile.am $(EXTRALIBRARIES)
|
|
|
|
dist_pkglib_DATA = $(EXTRALIBRARIES)
|