summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-11-10 13:53:23 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-11-10 13:53:23 +0000
commit23adb8e5096fbeea54805da2b4d0e09070af8375 (patch)
treefecca24f0474fbec482f8759862bb4d28d625d2c /main/Makefile
parent09d28140599031e67d8c563c92cfb5df93d0a60d (diff)
Move all the XML documentation API from pbx.c to xmldoc.c.
Export the XML documentation API: ast_xmldoc_build_synopsis() ast_xmldoc_build_syntax() ast_xmldoc_build_description() ast_xmldoc_build_seealso() ast_xmldoc_build_arguments() ast_xmldoc_printable() ast_xmldoc_load_documentation() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 3ed689991..51acf20ee 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -28,7 +28,7 @@ OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \
astobj2.o hashtab.o global_datastores.o version.o \
- features.o taskprocessor.o timing.o datastore.o xml.o
+ features.o taskprocessor.o timing.o datastore.o xml.o xmldoc.o
# we need to link in the objects statically, not as a library, because
# otherwise modules will not have them available if none of the static