aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-06 02:11:46 -0400
committerMike Frysinger <vapier@gentoo.org>2015-06-06 02:11:46 -0400
commit7772431040d65329435a08ac31e7d4e4beec056a (patch)
treed135f98aaafcefc1c791b4f6485c42a61867d870
parentRevert "tests: qcheck: tweak some tests output" (diff)
downloadportage-utils-0.56.tar.gz
portage-utils-0.56.tar.bz2
portage-utils-0.56.zip
autotools: also add -liniparserv0.56
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)