Displaying 1 result from an estimated 1 matches for "linuxinc".
Did you mean:
linux_inc
2005 Mar 08
0
problem in compiling chan_mISDN
...2.7 then comment this
#
#CFLAGS+=-DMISDNUSER_JOLLY
#
# ASTERISK Version
# If you are using a asterisk version above from stable (v1-0)
# then comment the following line out (good luck)
#
#CFLAGS+=-DASTERISK_STABLE
LINUXROOT=/usr/src/linux-2.6
#
# Linux Includes (must be patched with mISDN!)
#
LINUXINC=$(LINUXROOT)/include
CFLAGS+=-ggdb -Wall -D_GNU_SOURCE
CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
all: chan_misdn.so
CFLAGS+=-fPIC -I$(ASTERISKINC) -DAST_CONFIG_DIR=\"$(AST_CONFIG_DIR)\"
-I$(MISDNUSERINC) -I$(LINUXINC) -I$(MISDNUSER)/i4lnet/ -Wall
ADDOBJS+=$(MISDNUSER)/...