author | ar <ar> | 2004-08-20 17:46:51 (UTC) |
---|---|---|
committer | ar <ar> | 2004-08-20 17:46:51 (UTC) |
commit | d24c046127088eb8c2af9612043aba70fae66af6 (patch) (unidiff) | |
tree | b36e077f1b5f2410e49162f1d96b231253ea1a20 | |
parent | 59839a95f350cb0b48ca77e0390aee2c1a9b312b (diff) | |
download | opie-d24c046127088eb8c2af9612043aba70fae66af6.zip opie-d24c046127088eb8c2af9612043aba70fae66af6.tar.gz opie-d24c046127088eb8c2af9612043aba70fae66af6.tar.bz2 |
- add libpcap dir to lib- and include directory
-rw-r--r-- | libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro | 6 | ||||
-rw-r--r-- | libopie2/opienet/opienet.pro | 6 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/gui.pro | 6 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlan.pro | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro b/libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro index 5fccd30..fbbff27 100644 --- a/libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro +++ b/libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro | |||
@@ -11,3 +11,9 @@ OBJECTS_DIR = obj | |||
11 | 11 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
13 | 13 | ||
14 | !isEmpty( LIBPCAP_INC_DIR ) { | ||
15 | INCLUDEPATH = $$LIBPCAP_INC_DIR $$INCLUDEPATH | ||
16 | } | ||
17 | !isEmpty( LIBPCAP_LIB_DIR ) { | ||
18 | LIBS = -L$$LIBPCAP_LIB_DIR $$LIBS | ||
19 | } | ||
diff --git a/libopie2/opienet/opienet.pro b/libopie2/opienet/opienet.pro index 4aef6c2..da062e4 100644 --- a/libopie2/opienet/opienet.pro +++ b/libopie2/opienet/opienet.pro | |||
@@ -32,3 +32,9 @@ contains( platform, x11 ) { | |||
32 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib | 32 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib |
33 | } | 33 | } |
34 | 34 | ||
35 | !isEmpty( LIBPCAP_INC_DIR ) { | ||
36 | INCLUDEPATH = $$LIBPCAP_INC_DIR $$INCLUDEPATH | ||
37 | } | ||
38 | !isEmpty( LIBPCAP_LIB_DIR ) { | ||
39 | LIBS = -L$$LIBPCAP_LIB_DIR $$LIBS | ||
40 | } | ||
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 93d42ed..f773cf3 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro | |||
@@ -47,3 +47,9 @@ contains( platform, x11 ) { | |||
47 | DESTDIR = $(OPIEDIR)/output/bin | 47 | DESTDIR = $(OPIEDIR)/output/bin |
48 | } | 48 | } |
49 | 49 | ||
50 | !isEmpty( LIBPCAP_INC_DIR ) { | ||
51 | INCLUDEPATH = $$LIBPCAP_INC_DIR $$INCLUDEPATH | ||
52 | } | ||
53 | !isEmpty( LIBPCAP_LIB_DIR ) { | ||
54 | LIBS = -L$$LIBPCAP_LIB_DIR $$LIBS | ||
55 | } | ||
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index c94dc0e..c04d2c0 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro | |||
@@ -23,3 +23,10 @@ wirelessopts { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | include ( $(OPIEDIR)/include.pro ) | 25 | include ( $(OPIEDIR)/include.pro ) |
26 | |||
27 | !isEmpty( LIBPCAP_INC_DIR ) { | ||
28 | INCLUDEPATH = $$LIBPCAP_INC_DIR $$INCLUDEPATH | ||
29 | } | ||
30 | !isEmpty( LIBPCAP_LIB_DIR ) { | ||
31 | LIBS = -L$$LIBPCAP_LIB_DIR $$LIBS | ||
32 | } | ||