diff options
author | gdt <gdt> | 2003-12-08 19:12:34 +0100 |
---|---|---|
committer | gdt <gdt> | 2003-12-08 19:12:34 +0100 |
commit | af273652d500b7d3ed4de0da856634a3a0638e67 (patch) | |
tree | b9a70e539dd2aa52b152cc0144c13c4f5eff8ada /NEWS | |
parent | 2003-12-08 Mattias Amnefelt <mattiasa@kth.se? (diff) | |
download | frr-af273652d500b7d3ed4de0da856634a3a0638e67.tar.xz frr-af273652d500b7d3ed4de0da856634a3a0638e67.zip |
{lib,ospfd,ospfapi}/Makefile.am:
Use pkginclude_HEADERS rather than include_HEADERS to place includes
in ${prefix}/include/quaggainstead of polluting ${prefix}/include.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +* Changes in Quagga 0.96.5 + +- include files are installed in $(prefix)/include/quagga. Programs + building against these includes should -I$(prefix)/include and e.g. + #include <quagga/routemap.h> + +- New option --enable-exampledir puts example files in a separate + directory from $(sysconfdir), easing NetBSD pkgsrc hierarchy rules + compliance. + * Changes in Quagga 0.96.4 - Further fixes to ospfd, some relating to the PtP revert. Interface |