blob: 79f8673e0b47c7503e2bd2fd2659317187867b87 (
plain)
1
2
3
4
5
6
7
|
## A simple file to process with Automake, to produce Makefile.in
bin_PROGRAMS = getht
getht_SOURCES = config.c cli.c download.c getht.c issuemem.c \
mediarev.c mediaxml.c tocxml.c xml.c \
getht.h issue.h version.h
|