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
|
case "$host_os" in
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
# Winradio only under Linux (until someone port it on other os)
|
# 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
|
esac
|
||||||
|
|
||||||
if test "${ac_cv_header_rpc_rpc_h}" = "yes" ; then
|
if test "${ac_cv_header_rpc_rpc_h}" = "yes" ; then
|
||||||
|
@ -202,6 +202,7 @@ alinco/Makefile
|
||||||
uniden/Makefile
|
uniden/Makefile
|
||||||
tentec/Makefile
|
tentec/Makefile
|
||||||
kachina/Makefile
|
kachina/Makefile
|
||||||
|
jrc/Makefile
|
||||||
rpcrig/Makefile
|
rpcrig/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
c++/Makefile
|
c++/Makefile
|
||||||
|
|
Ładowanie…
Reference in New Issue