summaryrefslogtreecommitdiffstats
path: root/gdbus.mk
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 11:56:39 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 11:56:39 -0400
commitf6c85685bda3305ffe3a53df6d1af59f3a0234ed (patch)
tree22834a0f1550e11f5e6aebc3162c1d6873baac06 /gdbus.mk
parent0e88971c546086244e1101222a48a7565838505b (diff)
downloadtalos-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.tar.gz
talos-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.zip
libopenbmc_intf include path update
Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'gdbus.mk')
-rw-r--r--gdbus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbus.mk b/gdbus.mk
index 4b320cb..250e2cf 100644
--- a/gdbus.mk
+++ b/gdbus.mk
@@ -1,5 +1,5 @@
PACKAGE_DEPS=gio-unix-2.0 glib-2.0
-ALL_CFLAGS+=-iquote ../gdbus -iquote ../libopenbmc_intf
+ALL_CFLAGS+=-I ../libopenbmc_intf
LIBOBMC=$(TOP)/libopenbmc_intf/libopenbmc_intf.so.1
EXTRA_OBJS+=$(LIBOBMC)
OpenPOWER on IntegriCloud