From ad42d90b7e23978b62e36d6885d5fea0a105d6d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 13 Aug 2010 14:51:16 -0400 Subject: Remove common directory All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git --- common/refarray/ref_array.pc.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 common/refarray/ref_array.pc.in (limited to 'common/refarray/ref_array.pc.in') diff --git a/common/refarray/ref_array.pc.in b/common/refarray/ref_array.pc.in deleted file mode 100644 index c4fe9414..00000000 --- a/common/refarray/ref_array.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @PACKAGE_NAME@ -Description: A dynamically-growing, reference-counted array -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lref_array -Cflags: -I${includedir} -URL: http://fedorahosted.org/sssd/ -- cgit