From ef6828db3f74d9c0ad7e0d9dff1e849a39bf90ff Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 17 Jun 2009 16:38:00 +0000 Subject: enable compiler warnings use ANSI C functions prototypes avoid compiler warnings git-svn-id: svn://tug.org/texlive/trunk@13782 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/seetexk/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build/source/texk/seetexk/Makefile.in') diff --git a/Build/source/texk/seetexk/Makefile.in b/Build/source/texk/seetexk/Makefile.in index 0d348c67c40..2705101357f 100644 --- a/Build/source/texk/seetexk/Makefile.in +++ b/Build/source/texk/seetexk/Makefile.in @@ -267,6 +267,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) AM_CPPFLAGS = -DUNIX -DKPATHSEA -DNeedFunctionPrototypes +AM_CFLAGS = $(WARNING_CFLAGS) noinst_LIBRARIES = libtex.a libtex_a_SOURCES = \ dviclass.c \ @@ -284,6 +285,7 @@ libtex_a_SOURCES = \ seek.h \ seek.c \ tempfile.c \ + tempfile.h \ types.h dvibook_DEPENDENCIES = libtex.a $(KPATHSEA_DEPEND) -- cgit v1.2.3