X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;h=82eb76539c4d5348cf1c5aa0904e3336901cee7c;hb=8e032fc50cfd702960d84a84371435480370fb55;hp=4f6068560ed6d378de8466f7182f753d9b486ac5;hpb=7d5dfa054eb972fbf4d86cc9c8cbc124d605fcf1;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index 4f60685..82eb765 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-aodbc.system,v 1.8 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.9 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,7 @@ (in-package :make) (defsystem :clsql-aodbc - :source-pathname "cl-library:clsql;interfaces;aodbc;" + :source-pathname "cl-library:clsql-aodbc;" :source-extension "cl" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package")))