summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-05-08 19:19:50 -0600
committerGeorge Joseph <gjoseph@digium.com>2016-05-08 19:32:23 -0600
commit2a7130b8b09358744a7b75f17285b5d4ea01d650 (patch)
treea61bf285d64bef6fef4c7e1ce6c53e0540bb3847 /makeopts.in
parentdd00c71aae12ddfb8af9ca5fab41b1badd50ca5a (diff)
pjproject_bundled: Check for python-dev and TEST_FRAMEWORK
The pjsua and pjsystest apps are now built only if TEST_FRAMEWORK is set. The python bindings are now built only if TEST_FRAMEWORK is set and a python development package is installed. libresample was also disabled. ASTERISK-25993 #close Reported-by: Joshua Colp Change-Id: If4e91c503a02f113d5b71bc8b972081fa3ff6f03
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index bfc965de4..9fa49bc04 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -243,6 +243,9 @@ PORTAUDIO_LIB=@PORTAUDIO_LIB@
PRI_INCLUDE=@PRI_INCLUDE@
PRI_LIB=@PRI_LIB@
+PYTHONDEV_INCLUDE=@PYTHONDEV_INCLUDE@
+PYTHONDEV_LIB=@PYTHONDEV_LIB@
+
RESAMPLE_INCLUDE=@RESAMPLE_INCLUDE@
RESAMPLE_LIB=@RESAMPLE_LIB@