mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
patches 604726 and 655057 and more gmdb2 work
This commit is contained in:
7
src/odbc/.cvsignore
Normal file
7
src/odbc/.cvsignore
Normal file
@@ -0,0 +1,7 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
unittest
|
||||
@@ -1,4 +1,3 @@
|
||||
if HAVE_ODBC
|
||||
include_HEADERS = connectparams.h
|
||||
SQLDIR = ../sql
|
||||
SQLSOURCES = mdbsql.c parser.c lexer.c
|
||||
@@ -19,4 +18,3 @@ unittest_LDADD = libmdbodbc.la ../libmdb/libmdb.la ../sql/libmdbsql.la
|
||||
## Need blank statement to avoid compiling odbc.c
|
||||
odbc: $(EXTRA_LTLIBRARIES)
|
||||
@echo ''
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user