Advertisement
Guest User

jansson.pc

a guest
Apr 8th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. prefix=.
  2. exec_prefix=${prefix}/bin
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: jansson
  6. Description: Library for encoding, decoding and manipulating JSON data
  7. Version: 2.4
  8. Libs: -L${libdir} -ljansson
  9. Cflags: -I${includedir} @CPPFLAG_JANSSON_STATICLIB@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement