blob: e6b2bc1a298db87bb9615aa1fbbb319c33927b80 (
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	\
		getht.h issue.h version.h
  |