From 93e8fced640e29bd6fbcc066a6c854a8dd74f8ab Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 5 Sep 2022 10:51:47 +0100 Subject: Autotools: Allow dbus-gmain to be in $(top_srcdir)/subprojects This gives it a more Meson-compatible layout. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.1