]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-04-20 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Wed, 20 Apr 2005 09:08:27 +0000 (09:08 +0000)
committerpaul <paul>
Wed, 20 Apr 2005 09:08:27 +0000 (09:08 +0000)
* Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree
  builds to work.

ospfclient/ChangeLog
ospfclient/Makefile.am

index 08653f40686f110168513bdf4e38179d564ba50b..3c6b46203ca61c3fcfba9c4a843f7c81c010b720 100644 (file)
@@ -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.
index c506846241d2117234057f053032160e0bd24aed..ab2a3786e575eb1a56a389ffa9f664457a15fb39 100644 (file)
@@ -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