From: Kevin M. Rosenberg Date: Thu, 1 Aug 2002 03:09:17 +0000 (+0000) Subject: r2263: Autocommit for make-debian X-Git-Tag: v3.8.6~988 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=98d2e30a15ee93625811c13ae9e3a7778313b7a7 r2263: Autocommit for make-debian --- diff --git a/Makefile b/Makefile index 4b46baa..ba054bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # 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 # @@ -21,7 +21,7 @@ DOCSUBDIRS:=doc include Makefile.common -LIBSUBDIRS=interfaces/mysql interfaces/clsql-uffi +LIBSUBDIRS=clsql-mysql clsql-uffi .PHONY: subdirs $(LIBSUBDIRS) .PHONY: all diff --git a/debian/make-debian.sh b/debian/make-debian.sh index e61863f..ae08963 100755 --- a/debian/make-debian.sh +++ b/debian/make-debian.sh @@ -1,5 +1,5 @@ #!/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