From: paul Date: Wed, 20 Apr 2005 09:08:27 +0000 (+0000) Subject: 2005-04-20 Paul Jakma X-Git-Tag: frr-2.0-rc1~3064 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=85d976a47925ac0307af71df16bb903b804b56f8;p=mirror%2Ffrr.git 2005-04-20 Paul Jakma * Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree builds to work. --- diff --git a/ospfclient/ChangeLog b/ospfclient/ChangeLog index 08653f4068..3c6b46203c 100644 --- a/ospfclient/ChangeLog +++ b/ospfclient/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Paul Jakma + + * Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree + builds to work. + 2004-06-30 Greg Troxel * Makefile.am: Add libtool/shlib support. diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am index c506846241..ab2a3786e5 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