diff options
author | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:57:10 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:57:10 +0000 |
commit | e9a716153cccd5ce9f1439afa68ed0f4361ee96e (patch) | |
tree | 88f0f1095b216e94fc49475a5dde0c132bf2a2a7 /conf | |
parent | 823aa19a01793b36f525f16a45d7151a61f6a68d (diff) | |
download | plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.tar.gz plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.tar.bz2 plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.zip |
More tweaks for modern autotools. I must admit I know very little
about autotools, so I'm using the Google-and-copy method.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile.am.in b/conf/Makefile.am.in index 6db3f96..ba50b08 100644 --- a/conf/Makefile.am.in +++ b/conf/Makefile.am.in @@ -8,7 +8,7 @@ KDESUB = endif SUBDIRS = intl po lib ncpd plpnfsd plpftp plpbackup plpprint sisinstall \ - $(KDESUB) doc . + $(KDESUB) doc intl . EXTRA_DIST = CHANGES COPYING README TODO INSTALL ABOUT-NLS include/*.h* \ etc/*magic etc/*.in etc/*.c etc/psidump* conf/m4/kde/*.m4 \ |