summaryrefslogtreecommitdiff
path: root/channels/h323/Makefile.in
diff options
context:
space:
mode:
authorPaul Cadach <paul@odt.east.telecom.kz>2006-09-20 19:21:15 +0000
committerPaul Cadach <paul@odt.east.telecom.kz>2006-09-20 19:21:15 +0000
commite57d5214626936dd5ac5d0670ca25281ef38c734 (patch)
tree8268f85594c79303ca8bd096b1eadaa12c1df7d4 /channels/h323/Makefile.in
parent261e84229d31ad8c20ba919f3194d7a3fcbcaf1b (diff)
Split capability definitions into own source file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/Makefile.in')
-rw-r--r--channels/h323/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in
index 82e297e1f..083250f55 100644
--- a/channels/h323/Makefile.in
+++ b/channels/h323/Makefile.in
@@ -16,7 +16,7 @@ STDCCFLAGS += -fPIC
CFLAGS = -pipe
TARGET = libchanh323.a
TARGET += Makefile.ast
-SOURCES = ast_h323.cxx compat_h323.cxx cisco-h225.cxx
+SOURCES = ast_h323.cxx compat_h323.cxx cisco-h225.cxx caps_h323.cxx
OBJDIR = .
OBJS =