From bfa06ebb7d339ad013b73442f691c0187783c2ec Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 14 May 2009 07:43:09 +0000 Subject: build system: handling of freetype-config and pkg-config git-svn-id: svn://tug.org/texlive/trunk@13083 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/t1lib/Makefile.am | 3 --- Build/source/libs/t1lib/Makefile.in | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'Build/source/libs/t1lib') diff --git a/Build/source/libs/t1lib/Makefile.am b/Build/source/libs/t1lib/Makefile.am index e2623593db2..5df87c76841 100644 --- a/Build/source/libs/t1lib/Makefile.am +++ b/Build/source/libs/t1lib/Makefile.am @@ -34,10 +34,7 @@ AM_CFLAGS = $(T1LIB_CFLAGS) LDADD = libt1.a -if build noinst_LIBRARIES = libt1.a -endif build -EXTRA_LIBRARIES = libt1.a nodist_libt1_a_SOURCES = $(lib_t1lib_sources) $(lib_type1_sources) diff --git a/Build/source/libs/t1lib/Makefile.in b/Build/source/libs/t1lib/Makefile.in index 18814f07e55..66182e16f4d 100644 --- a/Build/source/libs/t1lib/Makefile.in +++ b/Build/source/libs/t1lib/Makefile.in @@ -201,8 +201,7 @@ AM_CPPFLAGS = $(T1LIB_DEFINES) -DT1LIB_IDENT=\"@T1LIB_VERSIONSTRING@\" \ -DGLOBAL_CONFIG_DIR=\"@T1LIB_DATA_DIR@\" AM_CFLAGS = $(T1LIB_CFLAGS) LDADD = libt1.a -@build_TRUE@noinst_LIBRARIES = libt1.a -EXTRA_LIBRARIES = libt1.a +noinst_LIBRARIES = libt1.a nodist_libt1_a_SOURCES = $(lib_t1lib_sources) $(lib_type1_sources) lib_t1lib_sources = \ $(T1LIB_TREE)/lib/t1lib/parseAFM.c \ -- cgit v1.2.3