diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-15 15:12:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-15 15:12:50 +0000 |
commit | 9c6a5c2e6b8d400f89e8c57ed0ed9f18ec2bad7d (patch) | |
tree | 7d8b8d294a9b164d2ef69cdec61fd457f6185857 /Build/source/texk/xdvik/tests | |
parent | 44686714a168a1117a294067e0d9943947aeeb7d (diff) |
enable compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/tests')
-rw-r--r-- | Build/source/texk/xdvik/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/tests/Makefile.am b/Build/source/texk/xdvik/tests/Makefile.am index 10b95abf1d8..4bcd71228dc 100644 --- a/Build/source/texk/xdvik/tests/Makefile.am +++ b/Build/source/texk/xdvik/tests/Makefile.am @@ -6,6 +6,7 @@ include ../common.am INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gui $(common_includes) +AM_CFLAGS = $(WARNING_CFLAGS) check_PROGRAMS = run_tests |