diff options
Diffstat (limited to 'common/path_utils/path_utils.pc.in')
-rw-r--r-- | common/path_utils/path_utils.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/path_utils/path_utils.pc.in b/common/path_utils/path_utils.pc.in new file mode 100644 index 00000000..aaf7531b --- /dev/null +++ b/common/path_utils/path_utils.pc.in @@ -0,0 +1,11 @@ +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/ |