summaryrefslogtreecommitdiffstats
path: root/ospfclient
diff options
context:
space:
mode:
authorpaul <paul>2005-04-20 09:08:27 +0000
committerpaul <paul>2005-04-20 09:08:27 +0000
commitf10b6caf715bd69e6397abe7b9a0c4be2dcfaa7c (patch)
tree826f19635f1d95d8f115660d77bc37c420478768 /ospfclient
parent7704d0c73e1b7905258cb07d3f39659393a95246 (diff)
downloadquagga-f10b6caf715bd69e6397abe7b9a0c4be2dcfaa7c.tar.bz2
quagga-f10b6caf715bd69e6397abe7b9a0c4be2dcfaa7c.tar.xz
2005-04-20 Paul Jakma <paul@dishone.st>
* Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree builds to work.
Diffstat (limited to 'ospfclient')
-rw-r--r--ospfclient/ChangeLog5
-rw-r--r--ospfclient/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ospfclient/ChangeLog b/ospfclient/ChangeLog
index 08653f40..3c6b4620 100644
--- a/ospfclient/ChangeLog
+++ b/ospfclient/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-20 Paul Jakma <paul@dishone.st>
+
+ * Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree
+ builds to work.
+
2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
* Makefile.am: Add libtool/shlib support.
diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am
index c5068462..ab2a3786 100644
--- a/ospfclient/Makefile.am
+++ b/ospfclient/Makefile.am
@@ -1,6 +1,6 @@
## Automake.am for OSPF API client
-INCLUDES = -I../lib -I../
+INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
lib_LTLIBRARIES = libospfapiclient.la
libospfapiclient_la_LDFLAGS = -version 0:0:0