aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 12:29:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 12:29:58 +0200
commite7860f6f4b7da3e45eee6d2100dfb42823d8106f (patch)
treea9dca4490c567054391579b627ae5db14995f5dd /src/Makefile.am
parent0b63c31eadfe5d4e94c7014bd0f3bd4370783d19 (diff)
downloadwydawca-e7860f6f4b7da3e45eee6d2100dfb42823d8106f.tar.gz
wydawca-e7860f6f4b7da3e45eee6d2100dfb42823d8106f.tar.bz2
Minor improvements
* src/report.c: New file * src/Makefile.am (wydawca_SOURCES): Add report.c * src/cmdline.opt: Group options. New option -D (--define). * src/directive.c (process_directives): Call report_init before processing and report_finish afterwards. * src/triplet.c: New meta-variable `report'. * src/vtab.c (move_file, archive_file, symlink_file, rmsymlink_file): Update report stack. * src/wydawca.h: Include obstack.h (report_init, report_add, report_finish): New protos. (report_string): New declaration. * src/builtin.c, src/meta.c: Remove obstack inclusion.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 110bd07..bf38ec8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,8 @@ wydawca_SOURCES=\
mail.c\
vtab.c\
null.c\
- timer.c
+ timer.c\
+ report.c
BUILT_SOURCES=cmdline.h
EXTRA_DIST=cmdline.opt getopt.m4 pp-setup

Return to:

Send suggestions and report system problems to the System administrator.