Skip to content

Commit

Permalink
Merge updates to defncopy into Branch-1_4
Browse files Browse the repository at this point in the history
  • Loading branch information
freddy77 committed Mar 31, 2024
2 parents 660c99e + 3585d56 commit 17100bc
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 103 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dnl ------------------------------------------------------------
# ------------------------------------------------------------
# Initialization
# ------------------------------------------------------------
AC_INIT(FreeTDS, 1.4.11)
AC_INIT(FreeTDS, 1.4.12)
AC_CONFIG_SRCDIR(src/dblib/dblib.c)
AC_PREREQ(2.53)

Expand Down Expand Up @@ -1003,6 +1003,7 @@ AC_CONFIG_FILES(include/freetds/version.h \
src/odbc/unittests/Makefile \
src/apps/Makefile \
src/apps/fisql/Makefile \
src/apps/unittests/Makefile \
freetds.spec \
win32/Makefile \
win32/freetds.nsh \
Expand Down
2 changes: 2 additions & 0 deletions src/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
add_subdirectory(unittests)

set(libs ${lib_NETWORK} ${lib_BASE})

foreach(target freebcp bsqldb defncopy datacopy)
Expand Down
2 changes: 1 addition & 1 deletion src/apps/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir)/include

SUBDIRS = fisql
SUBDIRS = fisql . unittests

DIST_SUBDIRS = $(SUBDIRS)

Expand Down
Loading

0 comments on commit 17100bc

Please sign in to comment.