diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 3bfaf47..e1e9990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,10 +127,4 @@ check-regression: all # --------------- Maintainer's Section -if MAINT_MAKEFILE -# Note this requires GNU make. Not to worry, since it will only be included -# in the Makefile if we're in the maintainer's environment. -# Ulp! Need a leading space to "hide" this include from automake's new (in -# 1.4) include feature :( - include $(srcdir)/maintMakefile -endif +@MAINT_MAKEFILE@ |