From 13b3d1d94613fadc79f1bae1bd91f2a97b61f3d8 Mon Sep 17 00:00:00 2001 From: "Nate Bargmann, N0NB" Date: Fri, 20 Jun 2008 03:11:41 +0000 Subject: [PATCH] Added gs232a to Makefile.am DIST_SUBDIRS variable Clarified backend additions in README.developer git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2368 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- Makefile.am | 3 ++- README.developer | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7246d0ab7..7959a9037 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \ DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \ icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \ rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \ - microtune flexradio sartek lowe rft tapr kit skanti wj racal tuner + microtune flexradio sartek lowe rft tapr kit skanti wj racal tuner \ + gs232a rpm: Makefile make dist diff --git a/README.developer b/README.developer index 452d8aa7a..d95690dc7 100644 --- a/README.developer +++ b/README.developer @@ -273,8 +273,9 @@ So far, Hamlib has been tested successfully under the following systems: Create a new subdir, of the name of the protocol backend. NB: the directory MUST be the same as the backend name. - 2.2. Add to the SUBDIRS variable in the topdir Makefile.am, - 2.3. Add the backend name to the BACKEND_LIST variable in configure.ac + 2.2. Add to the DIST_SUBDIRS variable in the topdir Makefile.am, + 2.3. Add the backend name to the BACKEND_LIST variable in configure.ac + (Add to ROT_BACKEND_LIST for a new rotor backend). 2.4. Add "mybackend/Makefile" in the AC_CONFIG_FILES macro at the bottom of configure.ac