diff options
author | Simon McVittie <smcv@collabora.com> | 2022-09-05 10:51:47 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2022-09-05 10:51:47 +0100 |
commit | 93e8fced640e29bd6fbcc066a6c854a8dd74f8ab (patch) | |
tree | fdfdc182e3676a5b94e92f8066379e3c1aa53fd5 | |
parent | bd84bbf8dc4197c97ba7bd933254e04ec09bf8b7 (diff) |
Autotools: Allow dbus-gmain to be in $(top_srcdir)/subprojectsdbus-gmain
This gives it a more Meson-compatible layout.
-rw-r--r-- | Makefile.am | 2 |
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) |