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 20:34:42 -0500
commitfacce6f63220b996dbb0f57412a051876e468973 (patch)
tree034a1ecba05ca67af35ffdb6dbfc49760db8698a /makeopts.in
parent52fbb6389a9df7ba1a9ce6cd6e0b06a0531897b9 (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 6baef1b46..d4347daf1 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@