diff options
-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) |