]> git.puffer.fish Git - matthieu/frr.git/commitdiff
{lib,ospfd,ospfapi}/Makefile.am:
authorgdt <gdt>
Mon, 8 Dec 2003 18:12:34 +0000 (18:12 +0000)
committergdt <gdt>
Mon, 8 Dec 2003 18:12:34 +0000 (18:12 +0000)
Use pkginclude_HEADERS rather than include_HEADERS to place includes
in ${prefix}/include/quaggainstead of polluting ${prefix}/include.

ChangeLog
NEWS
lib/Makefile.am
ospfclient/Makefile.am
ospfd/Makefile.am

index a5f193f63bdc26cbfaa2ab84b34c7b953ed19c73..05e1f15248c017686fc5b043d0656dcf80760be2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-08  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
+       than include_HEADERS to place includes in
+       ${prefix}/include/quaggainstead of polluting ${prefix}/include.
+
 2003-12-04  Greg Troxel  <gdt@poblano.ir.bbn.com>
 
        * configure.ac: When setting exampledir to sysconfdir as a
diff --git a/NEWS b/NEWS
index fa6d7d9f3fc4e2f0735335c276888a990364af0a..0a788cf9c821d13bcbfe891b8ea178a7f49a6f9b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 27981e52418db6ecbce6acd22c3b0a67c8d962a1..391c2b7e62cd7d272b8f37a2171bde54191daada 100644 (file)
@@ -16,7 +16,7 @@ libzebra_a_DEPENDENCIES = @LIB_REGEX@
 
 libzebra_a_LIBADD = @LIB_REGEX@
 
-include_HEADERS = \
+pkginclude_HEADERS = \
        buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
        memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
        str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
index fb041af92553cdc625db94aaf95cbd88c031a9f5..035ee9012554c7b776472eb3c97876dd2ff42f17 100644 (file)
@@ -8,7 +8,7 @@ sbin_PROGRAMS = ospfclient
 libospfapiclient_a_SOURCES = \
        ospf_apiclient.c
 
-ospfapiheaderdir = $(includedir)/ospfapi
+ospfapiheaderdir = $(pkgincludedir)/ospfapi
 
 ospfapiheader_HEADERS = \
        ospf_apiclient.h
index f687ea9af5ef312e9a8b744fcb6e831394aac0ee..7018b46c29b32ac0bc751abce52434438767298e 100644 (file)
@@ -14,7 +14,7 @@ libospf_a_SOURCES = \
        ospf_lsdb.c ospf_asbr.c ospf_routemap.c ospf_snmp.c \
        ospf_opaque.c ospf_te.c ospf_vty.c ospf_api.c ospf_apiserver.c
 
-ospfdheaderdir = $(includedir)/ospfd
+ospfdheaderdir = $(pkgincludedir)/ospfd
 
 ospfdheader_HEADERS = \
        ospf_api.h ospf_asbr.h ospf_dump.h ospf_lsa.h ospf_lsdb.h \