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
Hamlib-1.2.8
Nate Bargmann, N0NB 2008-06-20 03:11:41 +00:00
rodzic 6c88a2df6c
commit 13b3d1d946
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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 <mybackend> 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 <mybackend> 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