aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-01 11:14:58 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-01 11:14:58 +0300
commit78b25d9756403fef919684738f7aecb2cdcee465 (patch)
treed43f312f8f994be9d485dcc9c7c8ded3f415898f /src/Makefile.am
parentf2ce145a8d27d18db064fc35313b7495f868b18b (diff)
downloadeclat-78b25d9756403fef919684738f7aecb2cdcee465.tar.gz
eclat-78b25d9756403fef919684738f7aecb2cdcee465.tar.bz2
Implement get-console-output command.
* etc/Makefile.am: Add new files. * etc/get-console-output.fln: New file. * lib/forlan.c: New built-in function "decode". * lib/forlangrm.y: Fix grammar to allow functions to return any data type, not only node. * src/Makefile.am (eclat_SOURCES): Add new files. * src/eclat.c: Register get-console-output command. * src/eclat.h (eclat_get_console_output): New proto. * src/getconout.c: New file. * tests/Makefile.am: Add new files. * tests/testsuite.at: Include new files. * tests/decode.at: New test case. * tests/get-console-output.at: New test case. * tests/last.at: Minor change.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e09049f..c344b5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,6 +29,7 @@ eclat_SOURCES=\
eclat.c\
eclat.h\
genericcl.c\
+ getconout.c\
startinst.c\
util.c

Return to:

Send suggestions and report system problems to the System administrator.