summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index a8957539d..e235acc54 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -30,9 +30,7 @@ obexd_src_obexd_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-fPIC -D_FILE_OFFSET_BITS=64
obexd_src_obexd_CPPFLAGS = -include $(top_builddir)/config.h -I$(builddir)/lib \
- -I$(builddir)/obexd/src \
- -I$(srcdir)/obexd/src \
- -I$(srcdir)/gobex
+ -I$(builddir)/obexd/src -I$(srcdir)/obexd/src
obexd_src_obexd_SHORTNAME = obexd
@@ -78,7 +76,6 @@ obexd_client_obex_client_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-fPIC -D_FILE_OFFSET_BITS=64
obexd_client_obex_client_CPPFLAGS = -include $(top_builddir)/config.h \
- -I$(builddir)/lib -I$(srcdir)/obexd/src \
- -I$(srcdir)/gobex
+ -I$(builddir)/lib -I$(srcdir)/obexd/src
obexd_client_obex_client_SHORTNAME = obex-client