summaryrefslogtreecommitdiff
path: root/libopie2/opienet/opienet.pro
Side-by-side diff
Diffstat (limited to 'libopie2/opienet/opienet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/opienet.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/libopie2/opienet/opienet.pro b/libopie2/opienet/opienet.pro
index 6fcc1ec..304d968 100644
--- a/libopie2/opienet/opienet.pro
+++ b/libopie2/opienet/opienet.pro
@@ -3,12 +3,15 @@ CONFIG += qt warn_on debug
DESTDIR = $(OPIEDIR)/lib
HEADERS = 802_11_user.h \
dhcp.h \
+ udp_ports.h \
wireless.h \
- omanufacturerdb.cpp \
- onetutils.cpp \
+ oioctlmap.h \
+ omanufacturerdb.h \
+ onetutils.h \
onetwork.h \
opcap.h
-SOURCES = omanufacturerdb.cpp \
+SOURCES = oioctlmap.cpp \
+ omanufacturerdb.cpp \
onetutils.cpp \
onetwork.cpp \
opcap.cpp
@@ -18,8 +21,6 @@ VERSION = 1.8.1
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lpcap
-MOC_DIR = moc
-OBJECTS_DIR = obj
!contains( platform, x11 ) {