lemon/lemon.pc.in
author Balazs Dezso <deba@inf.elte.hu>
Wed, 03 Dec 2008 14:23:22 +0100
changeset 419 9afe81e4c543
parent 1 51eaad3a817b
child 645 cb8270a98660
permissions -rw-r--r--
Renamings in connectivity.h and bug fix in DfsVisit (#61)

- The include guard, the private namespace and some local varibles
are renamed
- The stop() must be called in DfsVisit, if there are not outgoing
arcs from the added node
ladanyi@1
     1
prefix=@prefix@
ladanyi@1
     2
exec_prefix=@exec_prefix@
ladanyi@1
     3
libdir=@libdir@
ladanyi@1
     4
includedir=@includedir@
ladanyi@1
     5
ladanyi@1
     6
Name: @PACKAGE_NAME@
ladanyi@1
     7
Description: Library of Efficient Models and Optimization in Networks
ladanyi@1
     8
Version: @PACKAGE_VERSION@
ladanyi@259
     9
Libs: -L${libdir} -lemon
ladanyi@259
    10
Cflags: -I${includedir}