First Commit
This commit is contained in:
23
ext/libpqxx-7.7.3/Makefile.am
Normal file
23
ext/libpqxx-7.7.3/Makefile.am
Normal file
@@ -0,0 +1,23 @@
|
||||
SUBDIRS = include src test tools config doc
|
||||
EXTRA_DIST = autogen.sh configitems README.md VERSION requirements.json
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in aclocal.m4 config.h.in config.log configure stamp-h.in
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libpqxx.pc
|
||||
|
||||
TESTS = tools/lint
|
||||
|
||||
|
||||
# Generate ChangeLog from git history. It goes all the way back through
|
||||
# the project's git, bzr, svn, and cvs days.
|
||||
dist-hook: ChangeLog
|
||||
|
||||
ChangeLog: configure.ac
|
||||
git log --stat --name-only --date=short --abbrev-commit >$@
|
||||
|
||||
|
||||
# We use README.md, but automake expects plain README.
|
||||
README: README.md
|
||||
ln -s $< $@
|
||||
Reference in New Issue
Block a user