summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite
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/graphite
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/graphite')
-rw-r--r--Build/source/libs/graphite/Makefile.am3
-rw-r--r--Build/source/libs/graphite/Makefile.in3
2 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/libs/graphite/Makefile.am b/Build/source/libs/graphite/Makefile.am
index 5427a58b5df..f8011a56dad 100644
--- a/Build/source/libs/graphite/Makefile.am
+++ b/Build/source/libs/graphite/Makefile.am
@@ -5,10 +5,7 @@ INCLUDES = -I$(top_srcdir)/include/graphite -I$(top_srcdir)/src/generic
INCLUDES += -I$(top_srcdir)/src/font -I$(top_srcdir)/src/segment
AM_CPPFLAGS = -DNDEBUG
-if build
noinst_LIBRARIES = libgraphite.a
-endif build
-EXTRA_LIBRARIES = libgraphite.a
noinst_HEADERS = \
include/graphite/FileFont.h \
diff --git a/Build/source/libs/graphite/Makefile.in b/Build/source/libs/graphite/Makefile.in
index 4754a361908..7ae2f712d72 100644
--- a/Build/source/libs/graphite/Makefile.in
+++ b/Build/source/libs/graphite/Makefile.in
@@ -205,8 +205,7 @@ INCLUDES = -I$(top_srcdir)/include/graphite \
-I$(top_srcdir)/src/generic -I$(top_srcdir)/src/font \
-I$(top_srcdir)/src/segment
AM_CPPFLAGS = -DNDEBUG
-@build_TRUE@noinst_LIBRARIES = libgraphite.a
-EXTRA_LIBRARIES = libgraphite.a
+noinst_LIBRARIES = libgraphite.a
noinst_HEADERS = \
include/graphite/FileFont.h \
include/graphite/Font.h \