1## mpatrol
2## A library for controlling and tracing dynamic memory allocations.
3## Copyright (C) 1997-2002 Graeme S. Roy <graeme.roy@analog.com>
4##
5## This library is free software; you can redistribute it and/or
6## modify it under the terms of the GNU Library General Public
7## License as published by the Free Software Foundation; either
8## version 2 of the License, or (at your option) any later version.
9##
10## This library is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13## Library General Public License for more details.
14##
15## You should have received a copy of the GNU Library General Public
16## License along with this library; if not, write to the Free
17## Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18## MA 02111-1307, USA.
19
20
21## Process this file with automake to produce Makefile.in
22
23
24## $Id: extra.am,v 1.2 2002/01/08 20:42:53 graeme Exp $
25
26
27aclocaldir = $(datadir)/aclocal
28
29aclocal_DATA = mpatrol.m4
30
31EXTRA_DIST = $(aclocal_DATA)
32