diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
commit | bf215142653f26451bd3f6a0fe7216b056ad3c96 (patch) | |
tree | 376bbf99c7ff9284274619e3ffa261231e50f8e5 /Build/source/libs/graphite/Makefile.in | |
parent | fb208458531f4362d2b794f246c70ccb126c403c (diff) |
build system: remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite/Makefile.in')
-rw-r--r-- | Build/source/libs/graphite/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/graphite/Makefile.in b/Build/source/libs/graphite/Makefile.in index e48b277315e..4754a361908 100644 --- a/Build/source/libs/graphite/Makefile.in +++ b/Build/source/libs/graphite/Makefile.in @@ -45,7 +45,7 @@ DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \ ../../build-aux/depcomp ../../build-aux/install-sh \ ../../build-aux/ltmain.sh ../../build-aux/missing \ ../../build-aux/texinfo.tex ../../build-aux/ylwrap COPYING \ - INSTALL TODO + ChangeLog INSTALL TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -206,6 +206,7 @@ INCLUDES = -I$(top_srcdir)/include/graphite \ -I$(top_srcdir)/src/segment AM_CPPFLAGS = -DNDEBUG @build_TRUE@noinst_LIBRARIES = libgraphite.a +EXTRA_LIBRARIES = libgraphite.a noinst_HEADERS = \ include/graphite/FileFont.h \ include/graphite/Font.h \ @@ -241,7 +242,7 @@ EXTRA_DIST = build.bat build_d.bat debian doc installed-top.pc.in \ src/generic/HashMap_i.cpp src/generic/Makefile.am \ src/painter/Makefile.am src/segment/Makefile.am \ src/segment/XmlTransductionLog.cpp Makefile.am.orig \ - configure.ac.orig graphite-engine.ac withenable.ac + configure.ac.orig libgraphite_a_SOURCES = \ src/font/FileFont.cpp \ src/font/Font.cpp \ |