From ca9b23503ce9b7940aef2102bf8cb25bece4ab45 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Thu, 18 Oct 2012 20:00:27 +0200 Subject: [PATCH] Add extmap.conf to EXTRA_DIST so that it gets picked up by make dist --- config/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Makefile.am b/config/Makefile.am index db57476d..57c85ff3 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -6,7 +6,7 @@ SUFFIXES = .tmpl . TMPLFILES = afp.conf.tmpl GENFILES = afp.conf CLEANFILES = $(GENFILES) -EXTRA_DIST = afp.conf.tmpl +EXTRA_DIST = afp.conf.tmpl extmap.conf OVERWRITE_CONFIG = @OVERWRITE_CONFIG@ -- 2.39.2