diff options
Diffstat (limited to 'debian/iniparser.pc.in')
-rw-r--r-- | debian/iniparser.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/iniparser.pc.in b/debian/iniparser.pc.in new file mode 100644 index 0000000..dbdfc6f --- /dev/null +++ b/debian/iniparser.pc.in @@ -0,0 +1,9 @@ +prefix = @PREFIX@ +libdir = @LIBDIR@ +includedir = @INCLUDEDIR@ + +Name : iniparser +Description : This modules offers parsing of ini files from the C level. +Version : @VERSION@ +Libs : -L${libdir} -liniparser +Cflags : -I${includedir} |