diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-06-22 08:36:46 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-06-22 08:36:46 +0200 |
commit | 011cdd14573429d758bd7faef8e9a7ee12ba5140 (patch) | |
tree | d29a93915d9986d499a8acb56284aaaa9692510a /src/Makefile.am | |
parent | 373e495aa679988cebd861a69348d45a68da1a62 (diff) | |
download | libgd-011cdd14573429d758bd7faef8e9a7ee12ba5140.tar.gz |
Add msinttypes/ folder to EXTRA_DIST (fixes #73)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index afda110..a0f2cd1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,7 @@ 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 +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 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 |