summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-05 15:44:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-05 15:44:47 +0000
commit5d6b2fc75fb37095115775359167f34282ad0240 (patch)
tree5f2f71abab85bed53ad89a243b00fb65eab28d0e /sql
parentcc565c9504c89f68b35c654bebb383856af15747 (diff)
downloadmailutils-5d6b2fc75fb37095115775359167f34282ad0240.tar.gz
mailutils-5d6b2fc75fb37095115775359167f34282ad0240.tar.bz2
Add odbc.c
Diffstat (limited to 'sql')
-rw-r--r--sql/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index dd294da52..2d7fc5bdb 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -1,6 +1,6 @@
## This file is part of GNU Mailutils
-## Copyright (C) 2004 Free Software Foundation, Inc.
+## Copyright (C) 2004, 2005 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -18,9 +18,10 @@
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
noinst_LTLIBRARIES=@BUILD_SQL@
-EXTRA_LTLIBRARIES=libsql.la mysql.la postgres.la
+EXTRA_LTLIBRARIES=libsql.la mysql.la postgres.la odbc.la
EXTRA_DIST=\
mysql.c\
+ odbc.c\
postgres.c
DISTCLEANFILES = modlist.h
@@ -42,3 +43,7 @@ mysql_la_LDFLAGS = $(MODFLAGS)
postgres_la_SOURCES = postgres.c
postgres_la_LIBADD = @POSTGRESLIBS@
postgres_la_LDFLAGS = $(MODFLAGS)
+
+odbc_la_SOURCES = odbc.c
+odbc_la_LIBADD = @ODBCLIBS@
+odbc_la_LDFLAGS = $(MODFLAGS)

Return to:

Send suggestions and report system problems to the System administrator.