lemon/lemon.pc.in
author Balazs Dezso <deba@inf.elte.hu>
Tue, 02 Dec 2008 23:15:43 +0100
changeset 443 de16f1f2d228
parent 1 51eaad3a817b
child 641 cb8270a98660
permissions -rw-r--r--
Rename counterSort to stableRadixSort
     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}