diff options
author | Carsten Haitzler <raster@rasterman.com> | 2001-03-12 01:06:09 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2001-03-12 01:06:09 +0000 |
commit | faaf8a52df1461001e89cc7510ddb502de19aac1 (patch) | |
tree | 2ab254d7a8da034aed95cd09b5dbb5702c180cad /Makefile.am | |
parent | cf59a018780a28b2f2642878efe3246afe1497c2 (diff) |
client code added
SVN revision: 4366
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9c5790859..a80ebd0a6 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | ## Process this file with automake to produce Makefile.in | 1 | ## Process this file with automake to produce Makefile.in |
2 | 2 | ||
3 | SUBDIRS = intl po src lib | 3 | SUBDIRS = intl po src lib client |
4 | 4 | ||
5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
6 | config.h.in config.sub configure install-sh \ | 6 | config.h.in config.sub configure install-sh \ |