diff options
author | deva <deva> | 2006-03-14 17:03:51 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-14 17:03:51 +0000 |
commit | 93ab3a7cbb931a371d27bd65b063860f3dd3472f (patch) | |
tree | c7c49bf221d9b123e120c278c140423d5e30fe19 /Makefile.am | |
parent | 0eb1af1add19c8ffb8f5ab11f74810366f1beed1 (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e3f7a71..0cde25b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,8 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = pixmaps tools etc man lib client server -DISTDIRS = pixmaps tools etc man lib client server +SUBDIRS = pixmaps tools etc man lib \ + $(CLIENT_DIR) \ + $(SERVER_DIR) +DISTDIRS = pixmaps tools etc man lib \ + $(CLIENT_DIR) \ + $(SERVER_DIR) + |