From 9ca480758d9c1627299b19f1cb7419c84b57980f Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 10 Oct 2012 07:16:54 +0000 Subject: libs/obsdcompat: No longer used and therefore removed git-svn-id: svn://tug.org/texlive/trunk@27934 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/am/pdftex.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/web2c/pdftexdir/am/pdftex.am') diff --git a/Build/source/texk/web2c/pdftexdir/am/pdftex.am b/Build/source/texk/web2c/pdftexdir/am/pdftex.am index 4a626634963..18b7a371b29 100644 --- a/Build/source/texk/web2c/pdftexdir/am/pdftex.am +++ b/Build/source/texk/web2c/pdftexdir/am/pdftex.am @@ -3,17 +3,14 @@ ## Copyright (C) 2009-2012 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. -pdftex_cppflags = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) -pdftex_cppflags += $(XPDF_INCLUDES) $(OBSDCOMPAT_INCLUDES) +pdftex_cppflags = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) $(XPDF_INCLUDES) pdftex_cppflags += -I$(srcdir)/libmd5 -I$(srcdir)/pdftexdir # used for both pdftex and pdftosrc. -pdftex_ldadd = $(LIBPNG_LIBS) $(ZLIB_LIBS) $(XPDF_LIBS) -pdftex_ldadd += $(OBSDCOMPAT_LIBS) libmd5.a +pdftex_ldadd = $(LIBPNG_LIBS) $(ZLIB_LIBS) $(XPDF_LIBS) libmd5.a pdftex_dependencies = $(proglib) $(KPATHSEA_DEPEND) -pdftex_dependencies += $(LIBPNG_DEPEND) $(ZLIB_DEPEND) $(XPDF_DEPEND) -pdftex_dependencies += $(OBSDCOMPAT_DEPEND) libmd5.a +pdftex_dependencies += $(LIBPNG_DEPEND) $(ZLIB_DEPEND) $(XPDF_DEPEND) libmd5.a ## pdfTeX ## -- cgit v1.2.3