summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-05 10:51:47 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:51:47 +0100
commit93e8fced640e29bd6fbcc066a6c854a8dd74f8ab (patch)
treefdfdc182e3676a5b94e92f8066379e3c1aa53fd5
parentbd84bbf8dc4197c97ba7bd933254e04ec09bf8b7 (diff)
downloaddbus-python-93e8fced640e29bd6fbcc066a6c854a8dd74f8ab.tar.gz
Autotools: Allow dbus-gmain to be in $(top_srcdir)/subprojects
This gives it a more Meson-compatible layout.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 346b102..a65244a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,9 @@ EXTRA_DIST = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/subprojects \
-I$(top_builddir) \
+ -I$(top_builddir)/subprojects \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
$(NULL)