From 9b205163f9cc9fb0370f7f948d5de91427d5bfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 1 Nov 2000 23:16:41 +0000 Subject: [PATCH] * added new AOR backend git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@256 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- Makefile.am | 2 +- configure | 9 +++++---- configure.in | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index d33a99714..8147d6fe3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ EXTRA_DIST = COPYING INSTALL PLAN README THANKS TODO WANTED -SUBDIRS = include src icom ft747 ft847 tests doc +SUBDIRS = include src icom ft747 ft847 aor tests doc diff --git a/configure b/configure index 3191f2b72..4838f2bf1 100755 --- a/configure +++ b/configure @@ -2741,8 +2741,8 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "ft747/Makefile ft847/Makefile icom/Makefile Makefile \ - include/Makefile include/hamlib/Makefile src/Makefile \ +trap 'rm -fr `echo "ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \ + Makefile include/Makefile include/hamlib/Makefile src/Makefile \ tests/Makefile doc/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF @@ -3029,3 +3029,4 @@ chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + diff --git a/configure.in b/configure.in index 2ff77fcba..252fc4f12 100644 --- a/configure.in +++ b/configure.in @@ -87,6 +87,7 @@ AC_SUBST(V_MAJOR) AC_SUBST(V_MINOR) AC_SUBST(DLL_PRELOAD) -AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile Makefile \ - include/Makefile include/hamlib/Makefile src/Makefile \ +AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \ + Makefile include/Makefile include/hamlib/Makefile src/Makefile \ tests/Makefile doc/Makefile ) +