commit: 7772431040d65329435a08ac31e7d4e4beec056a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 06:11:46 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 06:11:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=77724310
autotools: also add -liniparser
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 5ffa339..225c979 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,7 @@ q_CPPFLAGS = \
-I$(top_srcdir)/autotools/gnulib
q_LDADD = \
$(top_builddir)/autotools/gnulib/libgnu.a \
+ -liniparser \
$(LIB_CLOCK_GETTIME) \
$(LIB_EACCESS)