diff options
author | paul <paul> | 2005-04-20 11:08:27 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-20 11:08:27 +0200 |
commit | 85d976a47925ac0307af71df16bb903b804b56f8 (patch) | |
tree | 61c8fab7ea7befe704bd5d8177accc185b08ede5 /ospfclient | |
parent | 2004-05-19 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-85d976a47925ac0307af71df16bb903b804b56f8.tar.xz frr-85d976a47925ac0307af71df16bb903b804b56f8.zip |
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/ChangeLog | 5 | ||||
-rw-r--r-- | ospfclient/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ospfclient/ChangeLog b/ospfclient/ChangeLog index 08653f406..3c6b46203 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 c50684624..ab2a3786e 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 |