summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-04 22:58:04 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:53:56 +0100
commit1fc7813fff2df74ec4582bada587b8400a1c34fe (patch)
tree96fe0fbff6dfd20b10d99ddcafd3291f06d3a0ad
parentb6cfb2791228885354c992778a55d42bd4fc173f (diff)
downloaddbus-python-1fc7813fff2df74ec4582bada587b8400a1c34fe.tar.gz
build: Add subprojects/dbus-gmain to AM_CPPFLAGS
This will be needed when updating gdbus-gmain in a subsequent commit. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e730ec9..3b611b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ AM_CPPFLAGS = \
-include config.h \
-I$(top_srcdir)/include \
-I$(top_srcdir)/subprojects \
+ -I$(top_srcdir)/subprojects/dbus-gmain \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
$(PYTHON_CPPFLAGS) \