[Pkg-bitcoin-commits] [libunivalue] 29/76: Include 'gen' in build and dist tarball, but do not install.
Jonas Smedegaard
dr at jones.dk
Mon Apr 4 09:18:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libunivalue.
commit 1211c4064bfa41fbeff42c9235fc05d90abeaaac
Author: Jeff Garzik <jgarzik at bitpay.com>
Date: Sat Sep 5 12:11:42 2015 -0400
Include 'gen' in build and dist tarball, but do not install.
---
lib/.gitignore | 1 +
lib/Makefile.am | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/lib/.gitignore b/lib/.gitignore
index 2ea83b3..f553bc3 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,3 +1,4 @@
libunivalue.a
+gen
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 685477d..7b2712b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -15,3 +15,7 @@ if USE_NUMFUNC
libunivalue_a_SOURCES += numberparse.cpp
endif
+noinst_PROGRAMS = gen
+
+gen_SOURCES = gen.cpp
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git
More information about the Pkg-bitcoin-commits
mailing list