blob: 254ac6bcd7314d98ff4968a594957d242ec8ff1e (
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 \
tocxml.c xml.c \
config.h getht.h issue.h version.h
|