lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 07 Feb 2008 11:52:16 +0000
changeset 66 5f7a8570687d
child 259 362415050b29
permissions -rw-r--r--
Port error.h from svn -r3438 + minor changes (error_test does not pass!)

In svn -r3438 error_test is not used as a test program and it does not pass.
     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 @GLPK_LIBS@ @CPLEX_LIBS@
    10 Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@