diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2012-12-05 09:22:55 -0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 17:23:04 +0200 |
commit | 0375042892032d27c18c96ff507bd80372a7decf (patch) | |
tree | ebad211c0fc20cf7256b5f1f5358601a5a1059a9 /Makefile.obexd | |
parent | 5714b14bce07245141e165c4c034b774bc570fba (diff) | |
download | bluez-0375042892032d27c18c96ff507bd80372a7decf.tar.gz |
Use entire include path for gobex.h
Diffstat (limited to 'Makefile.obexd')
-rw-r--r-- | Makefile.obexd | 7 |
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 |