masqmail
changeset 62:610cd4e09b91
better EXTRA_DIST value
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 23:48:42 +0200 |
parents | bdef5f279fde |
children | 49ca781e1503 |
files | Makefile.am Makefile.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/Makefile.am Sat May 29 23:43:32 2010 +0200 1.2 +++ b/Makefile.am Sat May 29 23:48:42 2010 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -EXTRA_DIST = examples/* docs/* man/* tpl/* 1.5 +EXTRA_DIST = examples docs man tpl tests misc 1.6 1.7 SUBDIRS = src man 1.8
2.1 --- a/Makefile.in Sat May 29 23:43:32 2010 +0200 2.2 +++ b/Makefile.in Sat May 29 23:48:42 2010 +0200 2.3 @@ -204,7 +204,7 @@ 2.4 with_logdir = @with_logdir@ 2.5 with_spooldir = @with_spooldir@ 2.6 with_user = @with_user@ 2.7 -EXTRA_DIST = examples/* docs/* man/* tpl/* 2.8 +EXTRA_DIST = examples docs man tpl tests misc 2.9 SUBDIRS = src man 2.10 all: config.h 2.11 $(MAKE) $(AM_MAKEFLAGS) all-recursive