Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add libtool support.libtool-after | gdt | 2004-06-30 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | libzebra and libospfapiclient are now built shared, and linked shared with the daemons. This reduces the memory needed when running multiple daemons; each daemon is at least 150k smaller. Static libraries are still built, and libtool should use them on platforms which don't have shared libaries. As with autoconf, the user of a distribution does not need libtool; one just needs that to build from CVS. libospf.a is still a non-shared library, and still installed, not because that makese sense, but because I don't understand why it is the way it is now. Note that the tree was tagged 'libtool-before' just before this commit. | ||||
* | {lib,ospfd,ospfapi}/Makefile.am: | gdt | 2003-12-08 | 1 | -1/+1 |
| | | | | | Use pkginclude_HEADERS rather than include_HEADERS to place includes in ${prefix}/include/quaggainstead of polluting ${prefix}/include. | ||||
* | 2003-06-04 Paul Jakma <paul@dishone.st> | paul | 2003-06-04 | 1 | -1/+1 |
| | | | | * Merge of zebra privileges | ||||
* | Amir Guindehi <amir@datacore.ch> | paul | 2003-03-17 | 1 | -2/+4 |
| | | | | | | | | -------------------------------- I've attached a small patch for zebra-pj, which adds the installation of libospf.a libzebra.a, libospfapi.a and the needed headers for ospfapi clients. the headers get installed to /usr/include/ospfd/* and /usr/include/ospfapi. | ||||
* | Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> | paul | 2003-03-17 | 1 | -0/+19 |