r2263: Autocommit for make-debian
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Aug 2002 03:09:17 +0000 (03:09 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Aug 2002 03:09:17 +0000 (03:09 +0000)
Makefile
debian/make-debian.sh

index 4b46baa4cb626f2faca771cad9a5cba5b8d16d37..ba054bd437b2431a93966318d4a5f78f0caba7ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.21 2002/08/01 03:08:19 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.22 2002/08/01 03:09:17 kevin Exp $
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -21,7 +21,7 @@ DOCSUBDIRS:=doc
 
 include Makefile.common
 
 
 include Makefile.common
 
-LIBSUBDIRS=interfaces/mysql interfaces/clsql-uffi
+LIBSUBDIRS=clsql-mysql clsql-uffi
 .PHONY: subdirs $(LIBSUBDIRS)
 
 .PHONY: all
 .PHONY: subdirs $(LIBSUBDIRS)
 
 .PHONY: all
index e61863f10a67bdb72ed44338b3a480b840edbf62..ae089632a1fa2ca7cd504d050dad32bf85f5168f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash -e
 
 #!/bin/bash -e
 
-bdeb.sh -Sclsql -Dcl-sql -c -Hdebian/cvsbp-prepare.sh
+bdeb.sh -Sclsql -Dcl-sql -bc -Hdebian/cvsbp-prepare.sh
 
 exit 0
 
 exit 0