diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-06 02:11:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-06 02:11:46 -0400 |
commit | 7772431040d65329435a08ac31e7d4e4beec056a (patch) | |
tree | d135f98aaafcefc1c791b4f6485c42a61867d870 | |
parent | Revert "tests: qcheck: tweak some tests output" (diff) | |
download | portage-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.am | 1 |
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) |