summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib
authormickeyl <mickeyl>2004-03-29 13:22:05 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:22:05 (UTC)
commit4e47bdd6bc10c242a3f3736bb1143558c4ec20bf (patch) (side-by-side diff)
tree5d614f5970734a31934a13cf7ac282dc0c362052 /noncore/net/opietooth/lib
parentb6647f4138de8124babc81ace434a707a74112d2 (diff)
downloadopie-4e47bdd6bc10c242a3f3736bb1143558c4ec20bf.zip
opie-4e47bdd6bc10c242a3f3736bb1143558c4ec20bf.tar.gz
opie-4e47bdd6bc10c242a3f3736bb1143558c4ec20bf.tar.bz2
fix LIBS
Diffstat (limited to 'noncore/net/opietooth/lib') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 384b97f..de39470 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -5,7 +5,7 @@ SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc service
TARGET = opietooth
INCLUDEPATH += $(OPIEDIR)/include .
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
-LIBS += -lopie
+LIBS += -lopiecore2
#VERSION = 0.0.0
include ( $(OPIEDIR)/include.pro )