mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00

The cyberemissary notes were technically NEWS (about an unofficial release) and the earlier VCS notes are useless.
10 lines
207 B
Makefile
10 lines
207 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src include doc
|
|
|
|
DEFDIR = $(prefix)
|
|
|
|
EXTRA_DIST = HACKING libmdb.pc.in libmdbsql.pc.in README.md
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libmdb.pc libmdbsql.pc
|