blob: f6a17faf8527192aae0d225b7b3908a7b2997135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Copyright (C) 2001-2015 Peter Selinger.
## This file is part of Potrace. It is free software and it is covered
## by the GNU General Public License. See the file COPYING for details.
## Process this file with automake to produce Makefile.in
EXTRA_DIST = README-WIN
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc check
|