diff options
author | Nick White <arch@njw.me.uk> | 2008-05-03 02:14:24 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-05-03 02:14:24 +0000 |
commit | b959f22eef3397c2383c4fefa8f430486b3fb905 (patch) | |
tree | 6be989a7a4f5a920bfc6d755f754b1f8395e23a8 /src/Makefile.am | |
parent | 3487cada8f2ec50b20ccf919d36df211030f1088 (diff) |
Corrected minor make error
(from last commit - not sure if it went smoothly)
Altered name of issuepath config variable to savepath, in config.ini as well as code
Altered name of issue_xml config variable to toc_xml
Removed unnecessary variable definitions from header
(new commit)
Corrected introduced Makefile error
Added (currently unused) config options structure
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-50
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 254ac6b..e6b2bc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,4 +4,4 @@ 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 + getht.h issue.h version.h |