diff options
Diffstat (limited to 'Build/source/texk/gsftopk/Makefile.am')
-rw-r--r-- | Build/source/texk/gsftopk/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/gsftopk/Makefile.am b/Build/source/texk/gsftopk/Makefile.am index db3d1510a1f..dd79410c82a 100644 --- a/Build/source/texk/gsftopk/Makefile.am +++ b/Build/source/texk/gsftopk/Makefile.am @@ -1,12 +1,11 @@ ## Makefile.am for the TeX Live subdirectory texk/gsftopk/ ## -## Copyright (C) 2009, 2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 -INCLUDES = $(KPATHSEA_INCLUDES) -AM_CPPFLAGS = -DKPATHSEA -Dlint +AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DKPATHSEA -Dlint AM_CFLAGS = $(WARNING_CFLAGS) bin_PROGRAMS = gsftopk |