summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:12:50 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:12:50 +0000
commit9c6a5c2e6b8d400f89e8c57ed0ed9f18ec2bad7d (patch)
tree7d8b8d294a9b164d2ef69cdec61fd457f6185857 /Build/source/texk/web2c
parent44686714a168a1117a294067e0d9943947aeeb7d (diff)
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/lib/Makefile.am2
-rw-r--r--Build/source/texk/web2c/web2c/Makefile.am1
-rw-r--r--Build/source/texk/web2c/window/Makefile.am1
3 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/Makefile.am b/Build/source/texk/web2c/lib/Makefile.am
index 8316f1cccc3..a6b1e9aba12 100644
--- a/Build/source/texk/web2c/lib/Makefile.am
+++ b/Build/source/texk/web2c/lib/Makefile.am
@@ -4,6 +4,7 @@
## You may freely use, modify and/or distribute this file.
##
INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir) $(KPATHSEA_INCLUDES)
+AM_CFLAGS = $(WARNING_CFLAGS)
## Rebuild libkpathsea
@KPATHSEA_RULE@
@@ -20,6 +21,7 @@ lib_a_SOURCES = \
fprintreal.c \
inputint.c \
input2int.c \
+ lib.h \
main.c \
openclose.c \
printversion.c \
diff --git a/Build/source/texk/web2c/web2c/Makefile.am b/Build/source/texk/web2c/web2c/Makefile.am
index 5c3974dd8a3..f8c1b3ed4e2 100644
--- a/Build/source/texk/web2c/web2c/Makefile.am
+++ b/Build/source/texk/web2c/web2c/Makefile.am
@@ -7,6 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../m4
INCLUDES = -Inative -I$(srcdir)/native -I$(srcdir)/.. -I$(srcdir)/../..
AM_YFLAGS = -d -v
+AM_CFLAGS = $(WARNING_CFLAGS)
noinst_PROGRAMS = web2c fixwrites splitup makecpool
diff --git a/Build/source/texk/web2c/window/Makefile.am b/Build/source/texk/web2c/window/Makefile.am
index fe8f7cf4c1c..81312a73693 100644
--- a/Build/source/texk/web2c/window/Makefile.am
+++ b/Build/source/texk/web2c/window/Makefile.am
@@ -6,6 +6,7 @@
INCLUDES = -I$(top_srcdir) $(KPATHSEA_INCLUDES)
AM_CPPFLAGS = $(X_CFLAGS)
+AM_CFLAGS = $(WARNING_CFLAGS)
## Rebuild libkpathsea
@KPATHSEA_RULE@