From 9530e71c43ebbe7068fdd2b4ba8ef4eedab4ea1c Mon Sep 17 00:00:00 2001
From: Marcus Comstedt <marcus@mc.pp.se>
Date: Thu, 6 May 1999 16:30:50 +0200
Subject: [PATCH] More DBAPI stuff to remove (sigh)...

Rev: bin/export.pike:1.22
Rev: src/Makefile.in:1.124
---
 bin/export.pike | 5 ++++-
 src/Makefile.in | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/bin/export.pike b/bin/export.pike
index 06cfc08f06..90227c4cca 100755
--- a/bin/export.pike
+++ b/bin/export.pike
@@ -1,6 +1,6 @@
 #!/usr/local/bin/pike
 
-/* $Id: export.pike,v 1.21 1998/08/21 04:43:57 hubbe Exp $ */
+/* $Id: export.pike,v 1.22 1999/05/06 14:30:49 marcus Exp $ */
 
 #include <simulate.h>
 
@@ -22,6 +22,9 @@ string *get_files(string path)
     if(path==vpath+"/src/modules" && except_modules[tmp])
       continue;
 
+    if(path==vpath+"/bin" && except_modules[tmp])
+      continue;
+
     if(search(path,vpath+"/lib/modules")==0 &&
        (except_modules[tmp] || except_modules[tmp - ".pmod"]))
       continue;
diff --git a/src/Makefile.in b/src/Makefile.in
index 2350e7dbbb..1bda35464c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.123 1998/10/28 11:34:14 grubba Exp $
+# $Id: Makefile.in,v 1.124 1999/05/06 14:30:50 marcus Exp $
 #
 
 # This line is needed on some machines.
@@ -475,7 +475,7 @@ aclocal: $(SRCDIR)/aclocal.m4
 # and thus has to follow the rules stated in that code.
 export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
 	chmod +x $(SRCDIR)/install-sh
-	$(RUNPIKE) $(TMP_BINDIR)/export.pike Odbc Oracle _Crypto
+	$(RUNPIKE) $(TMP_BINDIR)/export.pike Odbc Oracle rsql.pike rsqld.pike _Crypto
 
 full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
 	chmod +x $(SRCDIR)/install-sh
-- 
GitLab