diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
commit | 503c0227622254c0ae3209a1fa72bcb68bb450bc (patch) | |
tree | 48df20533f300f819504c15af33cdc03fc386a93 /Build/source/libs/gd/libgd-src/src/Makefile.am | |
parent | a9d86b73ecf95b83666e16c4d90e348c4958a63b (diff) |
libgd 2.3.0
git-svn-id: svn://tug.org/texlive/trunk@54636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/src/Makefile.am')
-rw-r--r-- | Build/source/libs/gd/libgd-src/src/Makefile.am | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Build/source/libs/gd/libgd-src/src/Makefile.am b/Build/source/libs/gd/libgd-src/src/Makefile.am index 93e8838c366..377acc078d0 100644 --- a/Build/source/libs/gd/libgd-src/src/Makefile.am +++ b/Build/source/libs/gd/libgd-src/src/Makefile.am @@ -23,7 +23,9 @@ check_PROGRAMS += fontconfigtest endif if HAVE_LIBFREETYPE +if HAVE_LIBJPEG bin_PROGRAMS += annotate +endif check_PROGRAMS += gdtestft testtr endif @@ -37,7 +39,19 @@ if HAVE_LIBZ check_PROGRAMS += gd2time endif -EXTRA_DIST = bdftogd demoin.png entities.html entities.tcl CMakeLists.txt config.h.cmake gd_io_stream.cxx gdpp.cxx msinttypes/inttypes.h msinttypes/stdint.h +EXTRA_DIST = \ + bdftogd \ + demoin.png \ + entities.html \ + entities.tcl \ + CMakeLists.txt \ + config.h.cmake \ + gd_io_stream.cxx \ + gdpp.cxx \ + getopt.c \ + snprintf.c \ + msinttypes/inttypes.h \ + msinttypes/stdint.h include_HEADERS = gd.h gdfx.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h gdfontt.h entities.h gd_color_map.h gd_errors.h gdpp.h @@ -114,4 +128,3 @@ libgd_la_LDFLAGS = -version-info $(GDLIB_LT_CURRENT):$(GDLIB_LT_REVISION):$(GDLI libgd_la_LIBADD = $(LTLIBICONV) LDADD = libgd.la $(LIBICONV) - |