added JRC backend

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@755 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-12-17 22:41:23 +00:00
rodzic 081dd050c7
commit a95b4d2389
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -168,10 +168,10 @@ AC_SUBST(LIBOBJS)
case "$host_os" in
linux-gnu*)
# Winradio only under Linux (until someone port it on other os)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec kachina"
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec kachina jrc"
;;
*)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina"
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc"
esac
if test "${ac_cv_header_rpc_rpc_h}" = "yes" ; then
@ -202,6 +202,7 @@ alinco/Makefile
uniden/Makefile
tentec/Makefile
kachina/Makefile
jrc/Makefile
rpcrig/Makefile
src/Makefile
c++/Makefile