diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-04-22 13:27:35 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-04-25 13:29:25 -0700 |
commit | 9819fcedf10f1430d4969c86e6df4dfe975b7dcf (patch) | |
tree | a4ce5b4d8e5666fe6dd66147b5a360670bf51363 /Makefile.am | |
parent | 40675af8b4a1a90331e353295c75c0ea63457cf6 (diff) |
rpcgen: Remove autogenerated files instead build on demand
Avoid modifying autogenerated files and keeping them in
repository - autogenerate them on demand from ".x" files
Change-Id: I2cdb1fe9b99768ceb80a8cb100fa00bd1d8fe2c6
BUG: 1090807
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/7526
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b42071db2eb..41859a2eaef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = autogen.sh \ error-codes.json gf-error-codes.h.template \ gen-headers.py run-tests.sh \ build-aux/pkg-version \ + build-aux/xdrgen \ contrib/argp-standalone \ $(shell find $(top_srcdir)/tests -type f -print) |