summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-25 03:59:07 +0000
committerMark Spencer <markster@digium.com>2004-06-25 03:59:07 +0000
commit1d473f25ddbfa8caabaf8e2aa83c190c2b3fc9d2 (patch)
tree10ec669a31a880a3a24a8a842bec640b09caeac5 /apps/Makefile
parentb0972b8d1ff624462ddd8dfcc9389611d972c32a (diff)
Add outgoing OSP support (SIP only at this point)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e5af2b4d7..bdf491e35 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -40,6 +40,7 @@ endif
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
+APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi)
CFLAGS+=-fPIC