aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile.in
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 19:21:15 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 19:21:15 +0000
commit3e1bd4d9a52c46e27f27431c52962a1c1de29b76 (patch)
tree8268f85594c79303ca8bd096b1eadaa12c1df7d4 /channels/h323/Makefile.in
parent56ac7f5f8b0a65676cf7e7d5d3cfbf570d2bd182 (diff)
Split capability definitions into own source file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43354 f38db490-d61c-443f-a65b-d21fe96a405b
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 =