From 8c0d4a7298ddc2fcf2aa640fc4438b6fdae8bff6 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 26 Feb 2009 15:09:56 +0000 Subject: [PATCH] make sure we get config.h from $(topdir) --- lib/rbtree/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rbtree/Makefile.am b/lib/rbtree/Makefile.am index e6f953263..cab22864c 100644 --- a/lib/rbtree/Makefile.am +++ b/lib/rbtree/Makefile.am @@ -1,6 +1,8 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in +AM_CPPFLAGS = -I$(top_srcdir) + noinst_HEADERS = misc.h red_black_tree.h stack.h noinst_LTLIBRARIES = librbtree_C.la -- 2.40.0