diff options
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/lib/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/lib/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/texk/web2c/ptexdir/lib/Makefile.am b/Build/source/texk/web2c/ptexdir/lib/Makefile.am deleted file mode 100644 index 817bc4f0700..00000000000 --- a/Build/source/texk/web2c/ptexdir/lib/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -## Makefile.am for the TeX Live subdirectory texk/web2c/ptexdir/lib/ -## -## Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> -## 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@ - -noinst_LIBRARIES = lib.a - -# Replacement for files from ../../lib/ -lib_a_SOURCES = \ - openclose.c \ - printversion.c |