OSDN Git Service

00readme.autoconf: Added description for the -b switch which extract MacBinaries.
[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 lha_LDADD = @LIBOBJS@
8 EXTRA_DIST = lhdir.h fnmatch.h
9 AM_CPPFLAGS=$(DEF_KCODE) $(SUPPORT_LZHUFF_METHOD)