commit | 6af3c15551033559fc2e816416f54578e0e2bd13 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 07 21:14:24 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 07 21:27:38 2012 -0700 |
tree | 2875a63d2e8d388d0ce49e8cc2a227b6f69c6461 | |
parent | 6665d5a7e169482b4c266d8afd9b965b51b8a864 [diff] [blame] |
pkgconfig + better protobuf support
diff --git a/libsync.pc.in b/libsync.pc.in new file mode 100644 index 0000000..0f8ad64 --- /dev/null +++ b/libsync.pc.in
@@ -0,0 +1,10 @@ +prefix=@PREFIX@ +libdir=@LIBDIR@ +includedir=@INCLUDEDIR@ + +Name: libsync +Description: Chronos library +Version: @VERSION@ +Libs: -L${libdir} -lsync +Cflags: -I${includedir}/sync +