OSDN Git Service

* src/util.c (str_safe_copy): newly added.
[lha/lha.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 bin_PROGRAMS = lha
3 lha_SOURCES = append.c bitio.c crcio.c dhuf.c extract.c header.c huf.c \
4         indicator.c larc.c lha.h lha_macro.h prototypes.h lhadd.c lharc.c \
5         lhext.c lhlist.c maketbl.c maketree.c patmatch.c shuf.c slide.c util.c
6 lha_LDADD = @LIBOBJS@
7 EXTRA_DIST = lhdir.h fnmatch.h
8 AM_CPPFLAGS=$(DEF_KCODE) $(SUPPORT_LZHUFF_METHOD)