summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-03-28 17:29:07 +0200
committerhasso <hasso>2005-03-28 17:29:07 +0200
commit2d58228ecabb23b064e8a06e6241cf0d7e5ca785 (patch)
tree443509e8113598c7dadaa5e9cdbb153c147d0ffe /ChangeLog
parent * configure.ac: Fix most of "Presents But Cannot Compiled" warnings (diff)
downloadfrr-2d58228ecabb23b064e8a06e6241cf0d7e5ca785.tar.xz
frr-2d58228ecabb23b064e8a06e6241cf0d7e5ca785.zip
* configure.ac, */Makefile.am: Fix previous commit. SNMP includes
must be after lib/ includes in some systems. Introduce SNMP_INCLUDES for that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9c16ed98..d418bfc3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-28 Hasso Tepper <hasso at quagga.net>
+ * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
+ must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
+ for that.
+
+2005-03-28 Hasso Tepper <hasso at quagga.net>
+
* configure.ac: Fix most of "Presents But Cannot Compiled" warnings
about various headers. CFLAGS is not correct place to specify
includes, INCLUDES is for that.