summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-14 07:43:09 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-14 07:43:09 +0000
commitbfa06ebb7d339ad013b73442f691c0187783c2ec (patch)
treea3f2ed05acd396af4bb13e081b4756bbee60ddbf /Build/source/libs/teckit
parent7992232747feb7de2d1493bf918b446f3175048d (diff)
build system: handling of freetype-config and pkg-config
git-svn-id: svn://tug.org/texlive/trunk@13083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit')
-rw-r--r--Build/source/libs/teckit/Makefile.am4
-rw-r--r--Build/source/libs/teckit/Makefile.in4
2 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/libs/teckit/Makefile.am b/Build/source/libs/teckit/Makefile.am
index 95b12a7206f..37261ca1ea7 100644
--- a/Build/source/libs/teckit/Makefile.am
+++ b/Build/source/libs/teckit/Makefile.am
@@ -8,10 +8,8 @@ ACLOCAL_AMFLAGS = -I ../../m4
INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES)
AM_CPPFLAGS = -DNDEBUG
-if build
noinst_LIBRARIES = libTECkit.a
-endif
-EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a
+EXTRA_LIBRARIES = libTECkit_Compiler.a
libTECkit_Compiler_a_SOURCES = \
source/Compiler.cpp \
diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in
index 80c96feb85d..9fcd3dea042 100644
--- a/Build/source/libs/teckit/Makefile.in
+++ b/Build/source/libs/teckit/Makefile.in
@@ -187,8 +187,8 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES)
AM_CPPFLAGS = -DNDEBUG
-@build_TRUE@noinst_LIBRARIES = libTECkit.a
-EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a
+noinst_LIBRARIES = libTECkit.a
+EXTRA_LIBRARIES = libTECkit_Compiler.a
libTECkit_Compiler_a_SOURCES = \
source/Compiler.cpp \
source/UnicodeNames.cpp