]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
build: Move variable definitions to Makefile.global
[notmuch] / Makefile
index 4c0e8c62011393277cc1041a69859cde5296c2ea..0ef57fa9fabed81019822e033b29802bb0bbb151 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ ifeq ($(configure_options),)
 endif
        $(srcdir)/configure $(configure_options)
 
+# runtime variable definitions available in all subdirs
+include $(srcdir)/Makefile.global
 # Finally, include all of the Makefile.local fragments where all the
 # real work is done.