From 280fdac2bc2146a73282b47b2c7ce66c19a0d3f2 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 29 Nov 2005 10:08:41 +0000 Subject: r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100 Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here. --- lib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..1a8ed4c --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,6 @@ + +EXTRALIBRARIES = easydialog.sh + +EXTRA_DIST = Makefile.am $(EXTRALIBRARIES) + +dist_pkglib_DATA = $(EXTRALIBRARIES) -- cgit v1.2.3