Fix wrong include directory in Makefiles

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-08-02 12:03:54 +02:00
parent bb97b27d9a
commit 69ef0bad77
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SUPPSERV_SRC = suppserv/aoc.c suppserv/basic_service.c suppserv/component.c \
suppserv/fac.c suppserv/ect.c suppserv/3pty.c
SUPPSERV_INC = include/ccbs.h include/diversion.h include/ect.h include/asn1.h \
suppserv/3pty.h
include/3pty.h
MISC_SRC = misc/debug.c misc/fsm.c misc/mbuffer.c misc/mtimer.c

View File

@ -238,7 +238,7 @@ SUPPSERV_SRC = suppserv/aoc.c suppserv/basic_service.c suppserv/component.c \
suppserv/fac.c suppserv/ect.c suppserv/3pty.c
SUPPSERV_INC = include/ccbs.h include/diversion.h include/ect.h include/asn1.h \
suppserv/3pty.h
include/3pty.h
MISC_SRC = misc/debug.c misc/fsm.c misc/mbuffer.c misc/mtimer.c
LAYER3_SRC = layer3/dss1net.c layer3/dss1user.c layer3/layer3.c layer3/mlayer3.c layer3/q931.c