projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd23e1
)
Remove PWLIBDIR and PWLIBPLUGINDIR as OPAL has been fully converted to
author
Peter Nixon
<listuser@peternixon.net>
Tue, 18 Dec 2007 15:54:42 +0000
(15:54 +0000)
committer
Peter Nixon
<listuser@peternixon.net>
Tue, 18 Dec 2007 15:54:42 +0000
(15:54 +0000)
ptlib now
SVN-Revision: 9797
libs/opal/Makefile
patch
|
blob
|
history
diff --git
a/libs/opal/Makefile
b/libs/opal/Makefile
index 312c46a29a20111438ab1280539245e74b81b035..52aeeab9cc0dedb2f7c546a2ec9a46295d74f0e7 100644
(file)
--- 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