author | mickeyl <mickeyl> | 2004-05-09 19:57:33 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-09 19:57:33 (UTC) |
commit | 39e6a86d2e6bd9658ca3e02e3ce2f8a9e9da514e (patch) (side-by-side diff) | |
tree | 483a5ba7eb0dffa71f0a16cf6e427be0213878b7 /noncore | |
parent | d43222da148755b44c74b176cde4dec5c56e1a79 (diff) | |
download | opie-39e6a86d2e6bd9658ca3e02e3ce2f8a9e9da514e.zip opie-39e6a86d2e6bd9658ca3e02e3ce2f8a9e9da514e.tar.gz opie-39e6a86d2e6bd9658ca3e02e3ce2f8a9e9da514e.tar.bz2 |
fix soname
-rw-r--r-- | noncore/net/opietooth/lib/lib.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index de39470..e1404c8 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -1,11 +1,11 @@ TEMPLATE = lib CONFIG += qte warn_on HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp -TARGET = opietooth +TARGET = opietooth1 INCLUDEPATH += $(OPIEDIR)/include . DESTDIR = $(OPIEDIR)/lib$(PROJMAK) LIBS += -lopiecore2 #VERSION = 0.0.0 include ( $(OPIEDIR)/include.pro ) |