lemon/lemon.pc.in
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 04 Dec 2008 10:49:54 +0000
branch1.0
changeset 344 e562b69acbc6
parent 1 51eaad3a817b
permissions -rw-r--r--
Bugfix in DfsVisit (the same fix as in [9afe81e4c543] for the main br.) #61

- The stop() must be called in DfsVisit if there are no outgoing
arcs from the newly added node
     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}