summaryrefslogtreecommitdiff
path: root/third_party/build/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-03-12 10:45:25 -0500
committerJason Parker <jparker@digium.com>2013-03-12 10:45:25 -0500
commit3ebc56ad37b5254faadec0ca4eeae9559338815b (patch)
tree6107e5abbcfe13c522a5b8c5ff38af414bb1767b /third_party/build/Makefile
parentf312ff5164b55ce2c847881674d4505f64d23093 (diff)
Allow disabling resample support, via configure script.
Diffstat (limited to 'third_party/build/Makefile')
-rw-r--r--third_party/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/build/Makefile b/third_party/build/Makefile
index 8cfe9cf..e1cb0da 100644
--- a/third_party/build/Makefile
+++ b/third_party/build/Makefile
@@ -1,4 +1,4 @@
-DIRS = resample milenage
+DIRS = milenage
include ../../build.mak
include $(PJDIR)/build/common.mak