From 19b274033fc05d5190cee2fa974c683892173c84 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 23 Feb 2004 18:37:03 +0000 Subject: The Linux Wireless Extensions V16 introduce some massive changes in the binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include --- (limited to 'libopie2/opienet/opienet.pro') diff --git a/libopie2/opienet/opienet.pro b/libopie2/opienet/opienet.pro index cab6da6..97bcf31 100644 --- a/libopie2/opienet/opienet.pro +++ b/libopie2/opienet/opienet.pro @@ -4,14 +4,15 @@ DESTDIR = $(OPIEDIR)/lib HEADERS = 802_11_user.h \ dhcp.h \ udp_ports.h \ - wireless.h \ + wireless.15.h \ + wireless.16.h \ odebugmapper.h \ omanufacturerdb.h \ onetutils.h \ onetwork.h \ opcap.h \ ostation.h -SOURCES = odebugmapper.cpp \ +SOURCES = odebugmapper.cpp \ omanufacturerdb.cpp \ onetutils.cpp \ onetwork.cpp \ @@ -32,3 +33,4 @@ LIBS += -lpcap contains( platform, x11 ) { LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib } + -- cgit v0.9.0.2