root/trunk/openobex.pc.in

Revision 309, 299 bytes (checked in by zany, 7 months ago)

adding visibility options to API symbols

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5 
6Name: OpenOBEX
7Description: Free implementation of the Object Exchange protocol
8Version: @VERSION@
9Requires.private: @REQUIRES@
10Libs: -L${libdir} -lopenobex
11Cflags: -I${includedir}
12Cflags.private: @OPENOBEX_CFLAGS@
Note: See TracBrowser for help on using the browser.