summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/daemon.pro
blob: 5f4d09b0b48e4c47e2f204fb20479d47432927e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESTDIR         = $(OPIEDIR)/bin
TEMPLATE        = app
CONFIG          = warn_on debug
#CONFIG         = warn_on release
HEADERS         = source/config.hh source/daemon.hh
SOURCES         = source/daemon.cc
INCLUDEPATH     += ../
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lpcap -L$(QTDIR)/lib -lwellenreiter
INTERFACES      = 
TARGET          = wellenreiterd



include ( ../../../../include.pro )