diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-14 07:43:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-14 07:43:09 +0000 |
commit | bfa06ebb7d339ad013b73442f691c0187783c2ec (patch) | |
tree | a3f2ed05acd396af4bb13e081b4756bbee60ddbf /Build/source/libs/libpng | |
parent | 7992232747feb7de2d1493bf918b446f3175048d (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/libpng')
-rw-r--r-- | Build/source/libs/libpng/Makefile.am | 3 | ||||
-rw-r--r-- | Build/source/libs/libpng/Makefile.in | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/libs/libpng/Makefile.am b/Build/source/libs/libpng/Makefile.am index abeb9a360bf..71d0c14c8af 100644 --- a/Build/source/libs/libpng/Makefile.am +++ b/Build/source/libs/libpng/Makefile.am @@ -28,10 +28,7 @@ dist-hook: INCLUDES = -I$(top_srcdir)/$(LIBPNG_TREE) $(ZLIB_INCLUDES) AM_CPPFLAGS = $(LIBPNG_DEFINES) -if build noinst_LIBRARIES=libpng.a -endif build -EXTRA_LIBRARIES=libpng.a nodist_libpng_a_SOURCES = \ $(LIBPNG_TREE)/png.c \ diff --git a/Build/source/libs/libpng/Makefile.in b/Build/source/libs/libpng/Makefile.in index d318207d979..133041a8dfc 100644 --- a/Build/source/libs/libpng/Makefile.in +++ b/Build/source/libs/libpng/Makefile.in @@ -193,8 +193,7 @@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(LIBPNG_TREE) INCLUDES = -I$(top_srcdir)/$(LIBPNG_TREE) $(ZLIB_INCLUDES) AM_CPPFLAGS = $(LIBPNG_DEFINES) -@build_TRUE@noinst_LIBRARIES = libpng.a -EXTRA_LIBRARIES = libpng.a +noinst_LIBRARIES = libpng.a nodist_libpng_a_SOURCES = \ $(LIBPNG_TREE)/png.c \ $(LIBPNG_TREE)/pngset.c \ |