diff options
author | Rob Savoye <rob@welcomehome.org> | 2004-03-06 07:05:41 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2004-03-06 07:05:41 +0000 |
commit | 5a09eb4b52cbf4d50cea46bf705664654738445d (patch) | |
tree | d6db6172f319b82bec1d6ded0836de2c3beaab58 /configure.ac | |
parent | e601321a6f16712e5995ef1dab79c2ed415a34f4 (diff) | |
download | dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.zip dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.gz dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.bz2 |
Add the doc/C directory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9b2f6a0..f6d94b0 100644 --- a/configure.ac +++ b/configure.ac @@ -37,5 +37,5 @@ fi AC_CONFIG_SUBDIRS([example/calc example/hello]) -AC_OUTPUT([Makefile doc/Makefile testsuite/Makefile example/Makefile +AC_OUTPUT([Makefile doc/Makefile doc/C/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/Makefile]) |