Mercurial > masqmail-0.2
comparison Makefile.in @ 62:610cd4e09b91
better EXTRA_DIST value
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 23:48:42 +0200 |
parents | bdef5f279fde |
children | 92673a185add |
comparison
equal
deleted
inserted
replaced
61:bdef5f279fde | 62:610cd4e09b91 |
---|---|
202 with_confdir = @with_confdir@ | 202 with_confdir = @with_confdir@ |
203 with_group = @with_group@ | 203 with_group = @with_group@ |
204 with_logdir = @with_logdir@ | 204 with_logdir = @with_logdir@ |
205 with_spooldir = @with_spooldir@ | 205 with_spooldir = @with_spooldir@ |
206 with_user = @with_user@ | 206 with_user = @with_user@ |
207 EXTRA_DIST = examples/* docs/* man/* tpl/* | 207 EXTRA_DIST = examples docs man tpl tests misc |
208 SUBDIRS = src man | 208 SUBDIRS = src man |
209 all: config.h | 209 all: config.h |
210 $(MAKE) $(AM_MAKEFLAGS) all-recursive | 210 $(MAKE) $(AM_MAKEFLAGS) all-recursive |
211 | 211 |
212 .SUFFIXES: | 212 .SUFFIXES: |