Removed module specific classes.

git-svn-id: http://yate.null.ro/svn/yate/trunk@947 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-07-05 19:53:18 +00:00
parent 14b5251176
commit 1bcda99701
2 changed files with 6 additions and 6 deletions

View File

@ -66,10 +66,10 @@ INPUT = yatecbase.h \
yateclass.h \
yatengine.h \
yatephone.h \
contrib/ysip/yatesip.h \
contrib/yrtp/yatertp.h \
contrib/ypbx/yatepbx.h \
contrib/yss7/yatess7.h
# contrib/ysip/yatesip.h \
# contrib/yrtp/yatertp.h \
# contrib/yss7/yatess7.h \
contrib/ypbx/yatepbx.h
FILE_PATTERNS =
RECURSIVE = NO
EXCLUDE =

View File

@ -34,8 +34,8 @@ LINK = $(CXX) $(LDFLAGS)
DOCGEN :=
ifneq (_@KDOC_BIN@,_)
DOCGEN := @KDOC_BIN@ -C ./kdoc-filter.sh -d docs/api/ $(INCS) \
contrib/ysip/yatesip.h contrib/yrtp/yatertp.h \
contrib/ypbx/yatepbx.h contrib/yss7/yatess7.h
# contrib/ysip/yatesip.h contrib/yrtp/yatertp.h contrib/yss7/yatess7.h \
contrib/ypbx/yatepbx.h
endif
ifneq (_@DOXYGEN_BIN@,_)
DOCGEN := @DOXYGEN_BIN@ Doxyfile