diff options
Diffstat (limited to 'tiff/port/Makefile.am')
-rw-r--r-- | tiff/port/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tiff/port/Makefile.am b/tiff/port/Makefile.am index 4d6e11d0..250479fe 100644 --- a/tiff/port/Makefile.am +++ b/tiff/port/Makefile.am @@ -27,7 +27,9 @@ EXTRA_DIST = \ CMakeLists.txt \ Makefile.vc \ libport.h \ - snprintf.c + snprintf.c \ + _strtol.h \ + _strtoul.h noinst_LTLIBRARIES = libport.la libport_la_SOURCES = dummy.c libport.h |