2000-01-05 21:03:03 +00:00
|
|
|
--- Makefile.in.orig Sat Jan 1 17:59:38 2000
|
|
|
|
+++ Makefile.in Mon Jan 3 17:19:23 2000
|
|
|
|
@@ -144,7 +144,11 @@
|
1999-07-01 08:44:49 +00:00
|
|
|
# These are built from source in the Docs directory
|
|
|
|
EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS
|
|
|
|
|
2000-01-05 21:03:03 +00:00
|
|
|
-SUBDIRS = include @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts tests man @bench_dirs@ support-files
|
1999-07-01 08:44:49 +00:00
|
|
|
+.if defined(CLIENT_ONLY)
|
2000-01-05 21:03:03 +00:00
|
|
|
+SUBDIRS = include @readline_dir@ client tests man
|
1999-07-01 08:44:49 +00:00
|
|
|
+.else
|
2000-01-05 21:03:03 +00:00
|
|
|
+SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files
|
1999-07-01 08:44:49 +00:00
|
|
|
+.endif
|
|
|
|
|
2000-01-05 21:03:03 +00:00
|
|
|
|
1999-07-01 08:44:49 +00:00
|
|
|
# Relink after clean
|