summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2008-02-18 17:30:46 -0500
committerSteve Dickson <steved@redhat.com>2008-02-18 17:30:46 -0500
commit4d77b479511a27fb52b54811020176bb32099444 (patch)
tree7d86fe5bbbd35d4848e11f9caf0046074905b73b /Makefile.am
parent3cf1a3ce1a409e647f9b8ca4497c26e6d066f293 (diff)
downloadti-rpc-4d77b479511a27fb52b54811020176bb32099444.tar.gz
Added that libtirpc.pc.in that will create
the /usr/lib/pkgconfig/libtirpc.pc file that is used by the pkg-config(1) command Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a212e8..4e1503c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,9 @@ nobase_include_HEADERS = tirpc/un-namespace.h \
tirpc/rpc/auth_gss.h \
tirpc/rpc/auth_des.h
+pkgconfigdir=$(libdir)/pkgconfig
+pkgconfig_DATA = libtirpc.pc
+
install-exec-local:
cp -p ./doc/etc_netconfig /etc/netconfig
chmod 0644 /etc/netconfig