Gitweb: http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=2c0668171461942edbfc4eb5965ae1e5866e4e11 Commit: 2c0668171461942edbfc4eb5965ae1e5866e4e11 Parent: d54e86db71f86d8a545500c97f5eedd8a5400a11 Author: David Lutterkort <[email protected]> AuthorDate: Thu Jul 16 16:28:31 2009 -0700 Committer: David Lutterkort <[email protected]> CommitterDate: Thu Jul 16 16:28:31 2009 -0700
* src/Makefile.am: link libfa with gnulib, needed on AIX --- src/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 738fda1..a78fd39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,7 @@ augparse_SOURCES = augparse.c augparse_LDADD = libaugeas.la $(GNULIB) libfa_la_SOURCES = fa.c fa.h hash.c hash.h memory.c memory.h ref.h +libfa_la_LIBADD = $(GNULIB) libfa_la_LDFLAGS = $(FA_VERSION_SCRIPT) -version-info $(LIBFA_VERSION_INFO) liblexer_la_SOURCES = lexer.l _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
