summaryrefslogtreecommitdiff
path: root/core/applets/obex
Side-by-side diff
Diffstat (limited to 'core/applets/obex') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/obex/obex.pro4
-rw-r--r--core/applets/obex/obeximpl.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
index 6915737..a8c2340 100644
--- a/core/applets/obex/obex.pro
+++ b/core/applets/obex/obex.pro
@@ -5,4 +5,4 @@ SOURCES = obex.cc obeximpl.cc
TARGET = opieobex
-DESTDIR = ../../plugins/obex
-INCLUDEPATH += $(OPIEDIR)/include
+DESTDIR = $(OPIEDIR)/plugins/obex
+INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
DEPENDPATH += ../$(OPIEDIR)/include
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h
index 8d10cf1..78d5b25 100644
--- a/core/applets/obex/obeximpl.h
+++ b/core/applets/obex/obeximpl.h
@@ -5,3 +5,3 @@
#include <qobject.h>
-#include "../obexinterface.h"
+#include <obexinterface.h>
#include "obexdlg.h"