From 11bf209038b88d3ef97cc17aac87fea2dabf6464 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Mon, 20 Jun 2011 22:26:27 -0500 Subject: [PATCH] Distribute scripts/ in source releases. --- Makefile.am | 4 ++-- configure.ac | 1 + scripts/Makefile.am | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 scripts/Makefile.am diff --git a/Makefile.am b/Makefile.am index a5069319f..a4022435a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hamlib.pc EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \ - README.betatester README.win32 README_VB hamlib.spec + README.betatester README.win32 hamlib.spec # BINDINGS_LIST subdirs are no longer built SUBDIRS = macros include lib $(subdirs) src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \ @@ -18,7 +18,7 @@ DIST_SUBDIRS = macros include lib $(subdirs) src c++ bindings tests doc \ icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \ rpcrig winradio easycomm fodtrack rpcrot drake rotorez \ flexradio sartek lowe rft rs tapr kit skanti prm80 wj racal tuner \ - gs232a heathkit spid ars m2 amsat + gs232a heathkit spid ars m2 amsat scripts rpm: Makefile dist $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz diff --git a/configure.ac b/configure.ac index e061e0766..e121ee033 100644 --- a/configure.ac +++ b/configure.ac @@ -539,6 +539,7 @@ rotorez/Makefile flexradio/Makefile m2/Makefile amsat/Makefile +scripts/Makefile hamlib.pc hamlib.spec] ) diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 000000000..0f7ef5d51 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = README.scripts build-win32.sh README.build-win32 \ + build-VB.NET.sh README.build-VB.NET