OSDN Git Service
(root)
/
lha
/
lha.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
[lha/lha.git]
/
src
/
Makefile.am
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
5a61364
..
ec0a7fa
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-5,4
+5,4
@@
lha_SOURCES = append.c crcio.c dhuf.c extract.c header.c huf.c larc.c lha.h \
maketbl.c maketree.c patmatch.c shuf.c slide.c util.c
lha_LDADD = @LIBOBJS@
EXTRA_DIST = lhdir.c lhdir.h
-AM_CPPFLAGS=$(DEF_KCODE)
+AM_CPPFLAGS=$(DEF_KCODE)
$(SUPPORT_LZHUFF_METHOD)