From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E5362138CDE for ; Sat, 6 Jun 2015 06:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA1DE07E2; Sat, 6 Jun 2015 06:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA2A0E07D6 for ; Sat, 6 Jun 2015 06:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0173E340CD2 for ; Sat, 6 Jun 2015 06:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6307A2F for ; Sat, 6 Jun 2015 06:20:11 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1433571106.7772431040d65329435a08ac31e7d4e4beec056a.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7772431040d65329435a08ac31e7d4e4beec056a X-VCS-Branch: master Date: Sat, 6 Jun 2015 06:20:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae1c78ae-8a40-49be-b4de-fbfe38d5cb24 X-Archives-Hash: 099d2b390264cf6f82846b57a53b8b65 commit: 7772431040d65329435a08ac31e7d4e4beec056a Author: Mike Frysinger gentoo org> AuthorDate: Sat Jun 6 06:11:46 2015 +0000 Commit: Mike Frysinger gentoo 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)