lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 02 Feb 2009 13:06:36 +0100
changeset 526 07a549a6b9bf
parent 1 51eaad3a817b
child 692 cb8270a98660
permissions -rw-r--r--
Also note the cmake based build environment in INSTALL file
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: @PACKAGE_NAME@
     7 Description: Library of Efficient Models and Optimization in Networks
     8 Version: @PACKAGE_VERSION@
     9 Libs: -L${libdir} -lemon
    10 Cflags: -I${includedir}