OSDN Git Service

Abort when fseek() is failed.
[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 \
6         util.c getopt_long.c getopt_long.h \
7         pm2.c pm2hist.c pm2tree.c
8 lha_LDADD = @LIBOBJS@
9 EXTRA_DIST = lhdir.h fnmatch.h
10 AM_CPPFLAGS=$(DEF_KCODE) $(SUPPORT_LZHUFF_METHOD)