author | mickeyl <mickeyl> | 2003-02-10 17:20:53 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-02-10 17:20:53 (UTC) |
commit | 67e118998a1b08b17a42345d8d32e5c71ef0cd46 (patch) (unidiff) | |
tree | ffe989e054036719f676301913640d67eaf4bf34 | |
parent | f7fd0724766ebf3e1e29025e71090a9fe24df052 (diff) | |
download | opie-67e118998a1b08b17a42345d8d32e5c71ef0cd46.zip opie-67e118998a1b08b17a42345d8d32e5c71ef0cd46.tar.gz opie-67e118998a1b08b17a42345d8d32e5c71ef0cd46.tar.bz2 |
link against pthread
-rw-r--r-- | noncore/net/wellenreiter/daemon/daemon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 651af18..155b6f5 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = source/config.hh source/daemon.hh | 5 | HEADERS = source/config.hh source/daemon.hh |
6 | SOURCES = source/daemon.cc | 6 | SOURCES = source/daemon.cc |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lpcap -L$(OPIEDIR)/lib -lwellenreiter | 9 | LIBS += -lpcap -lpthread -L$(OPIEDIR)/lib -lwellenreiter |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = wellenreiterd | 11 | TARGET = wellenreiterd |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( $(OPIEDIR)/include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |