diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 07:25:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 07:25:39 +0000 |
commit | f29ccceb83b49eb17537541d92d566ccebe75d54 (patch) | |
tree | a88497ef511c414fbf69aaabc387378f58439ec7 /Build/source/texk/gsftopk/Makefile.in | |
parent | 489b7093b229369398c4244636713e8d6841c673 (diff) |
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13873 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gsftopk/Makefile.in')
-rw-r--r-- | Build/source/texk/gsftopk/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/gsftopk/Makefile.in b/Build/source/texk/gsftopk/Makefile.in index 0119cd14289..33c225ec844 100644 --- a/Build/source/texk/gsftopk/Makefile.in +++ b/Build/source/texk/gsftopk/Makefile.in @@ -247,7 +247,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) -AM_CPPFLAGS = -DKPATHSEA +AM_CPPFLAGS = -DKPATHSEA -Dlint +AM_CFLAGS = $(WARNING_CFLAGS) gsftopk_SOURCES = \ gsftopk.c \ version.h |