From a95b4d23896dd64d12e7b5421aff09e45b893c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 17 Dec 2001 22:41:23 +0000 Subject: [PATCH] added JRC backend git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@755 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 18ceaf230..c16030955 100644 --- a/configure.ac +++ b/configure.ac @@ -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