summaryrefslogtreecommitdiffstats
path: root/common/path_utils/path_utils.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'common/path_utils/path_utils.pc.in')
-rw-r--r--common/path_utils/path_utils.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/path_utils/path_utils.pc.in b/common/path_utils/path_utils.pc.in
deleted file mode 100644
index aaf7531be..000000000
--- a/common/path_utils/path_utils.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: @PACKAGE_NAME@
-Description: Utility functions to manipulate filesystem pathnames
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpath_utils
-Cflags: -I${includedir}
-URL: http://fedorahosted.org/sssd/