X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=lib%2FMakefile.am;fp=lib%2FMakefile.am;h=2b0e93a052e00759dc3bde0e5ff578d7752042ab;hb=61ea9bc6d2d456b540f10614a352d547c3d7d8ea;hp=1a8ed4c39dbd9f64e5545e577589402c5be81439;hpb=0fc0fe519b4e7b980f89a740b9e1fe722ad61d8e;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 1a8ed4c..2b0e93a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,14 @@ +EXTRALIBS = easydialog tools +dist_pkglib_DATA = $(EXTRALIBS) +EXTRA_DIST = easydialog.in tools.in -EXTRALIBRARIES = easydialog.sh +edit = sed \ + -e "s,@BASH\@,$(BASH),g" -EXTRA_DIST = Makefile.am $(EXTRALIBRARIES) +easydialog: easydialog.in + rm -f easydialog + $(edit) easydialog.in > easydialog -dist_pkglib_DATA = $(EXTRALIBRARIES) +tools: tools.in + rm -f tools + $(edit) tools.in > tools