masqmail
changeset 125:6eec8bcfd320
don't install the tests
author | meillo@marmaro.de |
---|---|
date | Thu, 01 Jul 2010 14:17:50 +0200 |
parents | f613ef4acb63 |
children | 8a2b38c567c1 |
files | Makefile.am Makefile.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/Makefile.am Thu Jul 01 13:45:16 2010 +0200 1.2 +++ b/Makefile.am Thu Jul 01 14:17:50 2010 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -EXTRA_DIST = examples docs man tpl tests misc 1.5 +EXTRA_DIST = examples docs man tpl misc 1.6 1.7 SUBDIRS = src man 1.8
2.1 --- a/Makefile.in Thu Jul 01 13:45:16 2010 +0200 2.2 +++ b/Makefile.in Thu Jul 01 14:17:50 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 tests misc 2.8 +EXTRA_DIST = examples docs man tpl misc 2.9 SUBDIRS = src man 2.10 all: config.h 2.11 $(MAKE) $(AM_MAKEFLAGS) all-recursive