make distcheck fixes

This commit is contained in:
Evan Miller 2020-10-11 15:46:19 -04:00
parent c19654ad40
commit a051350ba1
3 changed files with 2 additions and 4 deletions

View File

@ -192,9 +192,6 @@ if test "x$HAVE_ODBC" = "xtrue"; then
OPTDIRS="$OPTDIRS odbc"
fi
dnl Turn on -Wstrict-prototypes here because AC_CHECK_LIB is dumb
CFLAGS="$CFLAGS -Wstrict-prototypes"
dnl Conditionally build odbc wide version
AM_CONDITIONAL(ICONV, test "$am_cv_func_iconv" = "yes")

View File

@ -1,3 +1,3 @@
SUBDIRS = libmdb extras $(OPTDIRS) util
DIST_SUBDIRS = libmdb extras sql odbc util
DIST_SUBDIRS = libmdb extras fuzz sql odbc util
DEFDIR = $(prefix)

View File

@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = bash-completion
bin_PROGRAMS = mdb-export mdb-array mdb-schema mdb-tables mdb-parsecsv mdb-header mdb-sql mdb-ver mdb-prop mdb-count mdb-queries mdb-json
noinst_PROGRAMS = mdb-import prtable prcat prdata prkkd prdump prole updrow prindex
noinst_HEADERS = base64.h
LIBS = $(GLIB_LIBS) @LIBS@
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
AM_CFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS) -Wsign-compare