aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-11 12:35:52 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-11 12:36:26 +0200
commit0983c9ab7a6ea5b3592a297e029a935cc0e4bebc (patch)
tree61f4bcc321d90672054c05d6cd1be855ab46fa8a /Makefile.am
parent8da7595018e8fa805f00f38bd35956c2cb835b81 (diff)
downloadgrecs-0983c9ab7a6ea5b3592a297e029a935cc0e4bebc.tar.gz
grecs-0983c9ab7a6ea5b3592a297e029a935cc0e4bebc.tar.bz2
Start writing wordsplit.
* doc/wydawca.texi: Update. * gconf/argcv.h, gconf/argcv.c: Remove. * gconf/wordsplit.c, gconf/wordsplit.h: New files. * gconf/Makefile.am (libgconf_a_SOURCES): Remove argcv, add wordsplit * gconf/gconf-lex.l, gconf/gconf-preproc.c: Use wordsplit, instead of argcv_get * src/directive.c, src/method.c: Likewise. * src/wydawca.h: Likewise. * tests/wordsplit.at: New file. * tests/wstest.c, tests/wsbatch.c: New files. * tests/Makefile.am (TESTSUITE_AT): Add wordsplit.at Build wstest and wsbatch. * tests/testsuite.at: Add wordsplit.at.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f50bd6..afe06b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,13 @@
noinst_LIBRARIES=libgconf.a
libgconf_a_SOURCES = \
- argcv.c\
- argcv.h\
gconf-format.c\
gconf-gram.y\
gconf-lex.l\
gconf-preproc.c\
gconf-text.c\
- gconf.h
+ gconf.h\
+ wordsplit.c\
+ wordsplit.h
EXTRA_DIST=gconf-gram.h

Return to:

Send suggestions and report system problems to the System administrator.