stop installing entities.h

master
Mike Frysinger 2021-04-24 21:07:30 -04:00
parent d89be11633
commit b2769ffe40
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,6 @@ install(TARGETS ${GD_INSTALL_TARGETS}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(PROGRAMS bdftogd DESTINATION bin)
install(FILES
entities.h
gd.h
gd_color_map.h
gd_errors.h

View File

@ -52,12 +52,13 @@ EXTRA_DIST = \
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
include_HEADERS = gd.h gdfx.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h gdfontt.h gd_color_map.h gd_errors.h gdpp.h
lib_LTLIBRARIES = libgd.la
libgd_la_SOURCES = \
bmp.h \
entities.h \
gd.c \
gd.h \
gd_avif.c \