diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-24 06:59:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-24 06:59:36 +0000 |
commit | f9ae44a71cae5ec08a0cda563aee32c4d3bdac44 (patch) | |
tree | 1438a9cab276d3bd5793e6d9c9c02dabc795586b /Build/source/utils/psutils/Makefile.am | |
parent | 4f786b174a80e918e46366d092f152e1ef6d1ee6 (diff) |
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/psutils/Makefile.am')
-rw-r--r-- | Build/source/utils/psutils/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/utils/psutils/Makefile.am b/Build/source/utils/psutils/Makefile.am index 366de6cbb1f..27c7f57d06a 100644 --- a/Build/source/utils/psutils/Makefile.am +++ b/Build/source/utils/psutils/Makefile.am @@ -3,10 +3,13 @@ ## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## +ACLOCAL_AMFLAGS = -I ../../m4 + OS = UNIX PAPER = a4 AM_CPPFLAGS = -DUNIX -DPAPER=\"$(PAPER)\" +AM_CFLAGS = $(WARNING_CFLAGS) bin_PROGRAMS = epsffit psbook psnup psresize psselect pstops |