From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1oRf-000793-TS for garchives@archives.gentoo.org; Thu, 08 Sep 2011 23:55:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D684221C087; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A10C321C087 for ; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F02591B4023 for ; Thu, 8 Sep 2011 23:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5565F80044 for ; Thu, 8 Sep 2011 23:55:04 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/elfix:paxmark-libs commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: Makefile.am libmypax.c mypax.c X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f79f153aa100067c3c780beb54ed0f6aa33c1e07 Date: Thu, 8 Sep 2011 23:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 75d561d672fb5e4bf84a40a967b8bdef commit: f79f153aa100067c3c780beb54ed0f6aa33c1e07 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 5 17:41:42 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 5 17:41:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3Df79f153a libmypax.c: make it a proper shared object --- Makefile.am | 5 ++--- mypax.c =3D> libmypax.c | 0 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6838324..aab8c00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,5 @@ bin_PROGRAMS =3D testpax testpax_SOURCES =3D testpax.c testpax_LDFLAGS =3D -lmypax =20 -lib_LTLIBRARIES =3D mypax.la -mypax_la_SOURCES =3D mypax.c -mypax_la_LDFLAGS =3D -module -avoid-version -shared +lib_LTLIBRARIES =3D libmypax.la +libmypax_la_SOURCES =3D libmypax.c diff --git a/mypax.c b/libmypax.c similarity index 100% rename from mypax.c rename to libmypax.c