mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-15 14:25:56 -05:00
8 lines
247 B
Makefile
Vendored
8 lines
247 B
Makefile
Vendored
# Makefile.am for libdivsufsort
|
|
|
|
nodist_include_HEADERS = divsufsort.h
|
|
if DIVSUFSORT64
|
|
nodist_include_HEADERS += divsufsort64.h
|
|
endif
|
|
EXTRA_DIST = divsufsort_private.h divsufsort.h.cmake divsufsort64.h.in config.h.cmake CMakeLists.txt lfs.h.cmake
|