summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/Makefile.am
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/xdvik/Makefile.am
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/xdvik/Makefile.am')
-rw-r--r--Build/source/texk/xdvik/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/Makefile.am b/Build/source/texk/xdvik/Makefile.am
index d8be12f2cd1..08977cb42b8 100644
--- a/Build/source/texk/xdvik/Makefile.am
+++ b/Build/source/texk/xdvik/Makefile.am
@@ -5,6 +5,8 @@
##
ACLOCAL_AMFLAGS = -I ../../m4 -I m4
+AM_CFLAGS = $(WARNING_CFLAGS)
+
SUBDIRS = squeeze . tests
include common.am
@@ -214,7 +216,7 @@ uninstall-hook:
rm -f "$(DESTDIR)$(xdvidir)/xdvi.cfg"; \
else :; fi
-## Not yet used
+## Not used
##
EXTRA_DIST += \
BUGS \
@@ -224,7 +226,6 @@ EXTRA_DIST += \
LESSTIF-BUGS \
README.t1fonts \
README.t1mapper \
- m4/acinclude.m4 \
pixmaps/drag_horiz.xbm \
pixmaps/drag_horiz_mask.xbm \
pixmaps/drag_omni.xbm \