Gitweb: http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=4a21ae6d693ca888deef6aeff912d40083603a66 Commit: 4a21ae6d693ca888deef6aeff912d40083603a66 Parent: 091d9451f4466abac01fcbbf64d4ba79d3703dbb Author: Jim Meyering <[email protected]> AuthorDate: Mon Jun 15 14:47:22 2009 +0200 Committer: David Lutterkort <[email protected]> CommitterDate: Mon Jun 15 16:51:34 2009 -0700
build: fix "make distcheck" failure * src/Makefile.am (EXTRA_DIST): Add fa_sym.version. --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e7a472b..738fda1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = @AUGEAS_CFLAGS@ @WARN_CFLAGS@ $(GNULIB_CFLAGS) AM_YFLAGS=-d -p spec_ -EXTRA_DIST=try augeas_sym.version +EXTRA_DIST = try augeas_sym.version fa_sym.version BUILT_SOURCES = datadir.h _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
