repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix file descriptor leaks if init_file_download fails
[elinks/elinks-j605.git]
/
src
/
encoding
/
Makefile
blob
61ed5e649885028f84db67fecad96cf27f17b0b9
1
top_builddir
=
..
/
..
2
include
$(
top_builddir
)/
Makefile.config
3
4
OBJS-
$(
CONFIG_BZIP2
) +=
bzip2.o
5
OBJS-
$(
CONFIG_GZIP
) +=
deflate.o
6
OBJS-
$(
CONFIG_LZMA
) +=
lzma.o
7
8
OBJS
=
encoding.o
9
10
include
$(
top_srcdir
)/
Makefile.lib