kopia lustrzana https://github.com/Hamlib/Hamlib
added JRC backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@755 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
081dd050c7
commit
a95b4d2389
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue