From: nix Date: Tue, 18 Dec 2007 15:54:42 +0000 (+0000) Subject: Remove PWLIBDIR and PWLIBPLUGINDIR as OPAL has been fully converted to X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ff9cb2f6466634565cba9d31a37af4178d23bd78;p=packages.git Remove PWLIBDIR and PWLIBPLUGINDIR as OPAL has been fully converted to ptlib now git-svn-id: svn://svn.openwrt.org/openwrt/packages@9797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/opal/Makefile b/libs/opal/Makefile index 312c46a29..52aeeab9c 100644 --- a/libs/opal/Makefile +++ b/libs/opal/Makefile @@ -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