summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib
authormickeyl <mickeyl>2004-05-20 21:16:24 (UTC)
committer mickeyl <mickeyl>2004-05-20 21:16:24 (UTC)
commitcc30786a9fa612bb6ad0d19d6564f7e432267f7a (patch) (side-by-side diff)
tree771864cc02c40088c102fe6effc492d05393e3f1 /noncore/net/opietooth/lib
parentbd50c1a78affd8a6ce6b9e6d811831c0e3325303 (diff)
downloadopie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.zip
opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.gz
opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.bz2
remove bogus paths out of .pro files
Diffstat (limited to 'noncore/net/opietooth/lib') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index e1404c8..59851ff 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -4,8 +4,7 @@ HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h st
SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp
TARGET = opietooth1
INCLUDEPATH += $(OPIEDIR)/include .
-DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
+DESTDIR = $(OPIEDIR)/lib
LIBS += -lopiecore2
-#VERSION = 0.0.0
include ( $(OPIEDIR)/include.pro )