summaryrefslogtreecommitdiff
path: root/res/pjproject/build/os-auto.mak.in
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-03-12 19:08:59 +0000
committerJason Parker <jparker@digium.com>2013-03-12 19:08:59 +0000
commit1cb917096b4429eb521002c7a78cc585376b039a (patch)
tree93ce4a1602477c5e2597a3ed0e7073ddb9fab3d2 /res/pjproject/build/os-auto.mak.in
parent00e9ffb907b4e71a26f55ae04cb8667b5f97805c (diff)
Switch to using external pjproject libraries.
ICE/STUN/TURN support in res_rtp_asterisk is also now optional. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382900 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/pjproject/build/os-auto.mak.in')
-rw-r--r--res/pjproject/build/os-auto.mak.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/pjproject/build/os-auto.mak.in b/res/pjproject/build/os-auto.mak.in
deleted file mode 100644
index 3d99927e5..000000000
--- a/res/pjproject/build/os-auto.mak.in
+++ /dev/null
@@ -1,11 +0,0 @@
-# @configure_input@
-
-export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
-
-export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
-
-export OS_LDFLAGS := @LDFLAGS@ @LIBS@
-
-export OS_SOURCES :=
-
-