Added capifax application, make rcapid use the supplied libcapi.

Do more use of external ADK needed.
This commit is contained in:
fritz 1998-10-23 12:57:26 +00:00
parent 4f32eb603a
commit 4f8600ff8f
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.26 1998/10/13 22:35:05 keil Exp $
# $Id: Makefile,v 1.27 1998/10/23 12:57:26 fritz Exp $
#
# Toplevel Makefile for isdn4k-utils
#
@ -102,6 +102,9 @@ endif
ifeq ($(CONFIG_RCAPID),y)
SUBDIRS := $(SUBDIRS) rcapid
endif
ifeq ($(CONFIG_CAPIFAX),y)
SUBDIRS := $(SUBDIRS) capifax
endif
ifeq ($(CONFIG_GENMAN),y)
SUBDIRS := $(SUBDIRS) doc
endif

View File

@ -1,5 +1,5 @@
#
# $Id: config.in,v 1.23 1998/05/19 18:10:28 cal Exp $
# $Id: config.in,v 1.24 1998/10/23 12:57:29 fritz Exp $
#
# The whole configuration stuff is borrowed from the kernel
# configuration.
@ -109,10 +109,8 @@ if [ "$CONFIG_IPPPD" = "y" ]; then
source ipppd/.Config.in
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'capifax' CONFIG_CAPIFAX
bool 'rcapid' CONFIG_RCAPID
if [ "$CONFIG_RCAPID" = "y" ]; then
source rcapid/.Config.in
fi
fi
endmenu
mainmenu_option nextcomment