From: Frank Lahm Date: Thu, 18 Oct 2012 18:00:27 +0000 (+0200) Subject: Add extmap.conf to EXTRA_DIST so that it gets picked up by make dist X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=ca9b23503ce9b7940aef2102bf8cb25bece4ab45 Add extmap.conf to EXTRA_DIST so that it gets picked up by make dist --- 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@