diff options
Diffstat (limited to 'librefop.pc.in')
-rw-r--r-- | librefop.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librefop.pc.in b/librefop.pc.in new file mode 100644 index 0000000..5a3dc65 --- /dev/null +++ b/librefop.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: librefop +Description: Redundancy file operation library +Requires: +Version: 1.0 +Libs: -L${libdir} -lrefop +Cflags: -I${includedir} |