author | mickeyl <mickeyl> | 2003-10-21 13:23:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-21 13:23:37 (UTC) |
commit | 76ca3158518a851085b5a5ebe3724d0c0c3be857 (patch) (side-by-side diff) | |
tree | c1e3cd417968e08a4f01497a431720f3088f0fa6 /libopie2/opienet/opienet.pro | |
parent | fccc5d110dea3bc32176694c8e5fc7f014706be6 (diff) | |
download | opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.zip opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.tar.gz opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.tar.bz2 |
add clear text debug output for ioctls
Diffstat (limited to 'libopie2/opienet/opienet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opienet/opienet.pro | 11 |
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 ) { |