summaryrefslogtreecommitdiff
path: root/x11/ipc/server/ocopserver.pro
Unidiff
Diffstat (limited to 'x11/ipc/server/ocopserver.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/ipc/server/ocopserver.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro
index 496b782..2fd951d 100644
--- a/x11/ipc/server/ocopserver.pro
+++ b/x11/ipc/server/ocopserver.pro
@@ -6,9 +6,13 @@ HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h
6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp 6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9 TARGET = ocopserver 9 TARGET = ocopserver
10 10
11 11
12 12
13 13
14include ( $(OPIEDIR)/include.pro ) 14include(
15
16
17
18 $(OPIEDIR)/include.pro )