X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2FMakefile.am;h=aec7ef8ad169afddc2799b1992dd56a8aadbf5aa;hb=bb6dc75e2e7cbcd0f42380e8283cf47e24f43181;hp=cabdf12130d8d4ed3f8737cdecb3e0a8906f4559;hpb=88a97d9e2be4310054b26dfb3746fbd47b114ea0;p=lha%2Flha.git diff --git a/src/Makefile.am b/src/Makefile.am index cabdf12..aec7ef8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,8 @@ bin_PROGRAMS = lha lha_SOURCES = append.c bitio.c crcio.c dhuf.c extract.c header.c huf.c \ indicator.c larc.c lha.h lha_macro.h prototypes.h lhadd.c lharc.c \ lhext.c lhlist.c maketbl.c maketree.c patmatch.c shuf.c slide.c \ - util.c getopt_long.c getopt_long.h + util.c getopt_long.c getopt_long.h \ + pm2.c pm2hist.c pm2hist.h pm2tree.c pm2tree.h lha_LDADD = @LIBOBJS@ EXTRA_DIST = lhdir.h fnmatch.h AM_CPPFLAGS=$(DEF_KCODE) $(SUPPORT_LZHUFF_METHOD)