Removed module specific classes.

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

View File

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

View File

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