root/libemu/trunk/libemu.pc.in

Revision 1424, 265 bytes (checked in by common, 1 year ago)

libemu

  • pkg-config support, now 'pkg-config --libs --cflags libemu' allows proper linking
  • Property svn:keywords set to id rev
Line 
1
2 prefix=@prefix@
3 exec_prefix=@exec_prefix@
4 libdir=@libdir@
5 includedir=@includedir@
6
7 Name: libemu
8 Description: library to detect and profile shellcodes
9 URL: http://libemu.mwcollect.org
10 Version: @VERSION@
11 Requires:
12 Libs: -L${libdir} -lemu
13 Cflags: -I${includedir}
14
15
16
Note: See TracBrowser for help on using the browser.