Full_Name: Anon Version: 2.4.39 OS: Debian 7.6 URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (31.200.156.99)
The current liblmdb Makefile does not make it easy to use liblmdb as a submodule to other projects that utilise automake e.g. automake uses a 'check' directive instead of 'test'. Addiing the following to the Makefile would make liblmdb more automake friendly: EMPTY_AUTOMAKE_TARGETS = dvi pdf ps info html tags ctags .PHONY: $(EMPTY_AUTOMAKE_TARGETS) $(EMPTY_AUTOMAKE_TARGETS): check: test See https://www.gnu.org/software/automake/manual/html_node/Third_002dParty-Makefiles.html
