source: npl/mailserver/dspam/dspam-3.10.2/Makefile.am

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 559 bytes
RevLine 
[c5c522c]1# $Id: Makefile.am,v 1.93 2009/12/23 09:55:328 sbajic Exp $
2#
3# Makefile.am
4#
5# autoconf (GNU Autoconf) 2.59
6# ltmain.sh (GNU libtool) 1.5.6
7# automake (GNU automake) 1.9.2
8
9includedir=@includedir@/dspam
10
11SUBDIRS = . webui m4 man src
12DIST_SUBDIRS = . webui m4 txt man src doc contrib
13
14EXTRA_DIST = autogen.sh RELEASE.NOTES CHANGELOG LICENSE \
15        README UPGRADING
16
17MAINTAINERCLEANFILES = Makefile.in aclocal.m4 auto-config.h.in \
18        config.guess config.sub configure depcomp install-sh   \
19        ltmain.sh missing mkinstalldirs
20
21DEFS = @DEFS@
22
23ACLOCAL_AMFLAGS = -I m4
Note: See TracBrowser for help on using the repository browser.