summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/daemon.pro
blob: 33a6bb9bf0fb942159a95ca265590f984b68b7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 -lpthread -L$(OPIEDIR)/lib -lwellenreiter
INTERFACES      = 
TARGET          = wellenreiterd
DEFINES         += DEBUG

!contains( platform, x11 ) {
  include ( $(OPIEDIR)/include.pro )
}