mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Rename tool to mdb-json and use modern option parsing
This commit is contained in:
@@ -1,15 +1,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-exportjson
|
||||
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
|
||||
mdb_export_SOURCES = mdb-export.c
|
||||
mdb_schema_SOURCES = mdb-schema.c
|
||||
mdb_tables_SOURCES = mdb-tables.c
|
||||
mdb_sql_SOURCES = mdb-sql.c
|
||||
mdb_ver_SOURCES = mdb-ver.c
|
||||
mdb_import_SOURCES = mdb-import.c
|
||||
mdb_queries_SOURCES = mdb-queries.c
|
||||
updrow_SOURCES = updrow.c
|
||||
LIBS = $(GLIB_LIBS) @LIBS@
|
||||
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
|
||||
AM_CFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS) -Wsign-compare
|
||||
|
||||
Reference in New Issue
Block a user