Remove PWLIBDIR and PWLIBPLUGINDIR as OPAL has been fully converted to
[openwrt/svn-archive/archive.git] / libs / opal / Makefile
index 312c46a29a20111438ab1280539245e74b81b035..52aeeab9cc0dedb2f7c546a2ec9a46295d74f0e7 100644 (file)
@@ -19,9 +19,7 @@ PKG_MD5SUM:=07fd0ed5ae95e1b88874e1fb9669e4f3
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
 
 # Set location of ptlib (Which needs to have been built already)
-export PWLIBDIR=$(BUILD_DIR)/ptlib
 export PTLIBDIR=$(BUILD_DIR)/ptlib
-export PWLIBPLUGINDIR=$(BUILD_DIR)/ptlib/plugins/ptlib/
 export PTLIBPLUGINDIR=$(BUILD_DIR)/ptlib/plugins/ptlib/
 
 include $(INCLUDE_DIR)/package.mk