summaryrefslogtreecommitdiffstats
path: root/common/path_utils/path_utils.pc.in
blob: aaf7531be9ea48517a97db7ff6c6ba58e1d82186 (plain)
1
2
3
4
5
6
7
8
9
10
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/