diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-23 06:53:53 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-23 06:53:53 +0000 |
commit | d778b237aab11cfa4ac8d50587f045d8a0497b9a (patch) | |
tree | 9b5f544159e81b7a09b36b014393dc8cab1ecb1f | |
parent | 6a9a224cf84913f4dc9b87d59fac6594226e5b7e (diff) |
Actually generate Xservers.ws from .cpp, and make build objdir != srcdir
safe.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ce7dcec..4ec571f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,8 @@ endif man1_MANS = xdm.man +DISTCLEANFILES = $(man1_MANS) + BUILT_SOURCES = $(man1_MANS) EXTRA_DIST = $(man1_MANS:man=man.cpp) |