-rw-r--r-- | noncore/net/wellenreiter/lib/lib.pro | 23 | ||||
-rwxr-xr-x | noncore/net/wellenreiter/makedist.sh | 2 |
2 files changed, 12 insertions, 13 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro index e36db11..6ea6869 100644 --- a/noncore/net/wellenreiter/lib/lib.pro +++ b/noncore/net/wellenreiter/lib/lib.pro @@ -5,21 +5,20 @@ TEMPLATE = lib CONFIG = qt warn_on debug -HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \ - $(OPIEDIR)/libopie2/opienet/onetutils.h \ - $(OPIEDIR)/libopie2/opienet/omanufacturerdb.h \ - $(OPIEDIR)/libopie2/opienet/onetwork.h \ - $(OPIEDIR)/libopie2/opienet/opcap.h +HEADERS = ../libopie2/opieui/olistview.h \ + ../libopie2/opienet/onetutils.h \ + ../libopie2/opienet/omanufacturerdb.h \ + ../libopie2/opienet/onetwork.h \ + ../libopie2/opienet/opcap.h -SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \ - $(OPIEDIR)/libopie2/opienet/onetutils.cpp \ - $(OPIEDIR)/libopie2/opienet/omanufacturerdb.cpp \ - $(OPIEDIR)/libopie2/opienet/onetwork.cpp \ - $(OPIEDIR)/libopie2/opienet/opcap.cpp +SOURCES = ../libopie2/opieui/olistview.cpp \ + ../libopie2/opienet/onetutils.cpp \ + ../libopie2/opienet/omanufacturerdb.cpp \ + ../libopie2/opienet/onetwork.cpp \ + ../libopie2/opienet/opcap.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap +INTERFACES = TARGET = wellenreiter VERSION = 1.0.0 - - diff --git a/noncore/net/wellenreiter/makedist.sh b/noncore/net/wellenreiter/makedist.sh index cfb0b16..ee60c44 100755 --- a/noncore/net/wellenreiter/makedist.sh +++ b/noncore/net/wellenreiter/makedist.sh @@ -1,3 +1,3 @@ -VERSION=2-beta +VERSION=2-1.0rc2 TGZDIR=$PWD |