diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-28 00:21:35 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-28 00:21:35 +0000 |
commit | 09b8d2e40583d9f03b5ea6f806124de3ae139d32 (patch) | |
tree | 67890f766dffb4afddedafa5788fb433c17bb8ef /Build/source/libs/potrace/potrace-src/Makefile.am | |
parent | 6a69ec8af1ad71faafec1bd60a05df6fa09c1c25 (diff) |
Update potrace (1.13).
git-svn-id: svn://tug.org/texlive/trunk@39207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/Makefile.am')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/potrace/potrace-src/Makefile.am b/Build/source/libs/potrace/potrace-src/Makefile.am new file mode 100644 index 00000000000..f6a17faf852 --- /dev/null +++ b/Build/source/libs/potrace/potrace-src/Makefile.am @@ -0,0 +1,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 |