diff options
author | Timothy Pearson <[email protected]> | 2014-12-27 08:13:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-12-27 08:13:20 -0600 |
commit | 9b92536e6c51b66406d593745a938975e226f95e (patch) | |
tree | a40b0066dc774827f602f5e372c2f53656007553 /libr.pc.in | |
download | libr-9b92536e6c51b66406d593745a938975e226f95e.tar.gz libr-9b92536e6c51b66406d593745a938975e226f95e.zip |
Initial import
Diffstat (limited to 'libr.pc.in')
-rw-r--r-- | libr.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libr.pc.in b/libr.pc.in new file mode 100644 index 0000000..c288ae8 --- /dev/null +++ b/libr.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libr +Description: libr ELF resource manager library +Version: @VERSION@ + +Requires: +Libs: -L${libdir} -lr +Cflags: -I${includedir} |