From: ellson Date: Thu, 26 Feb 2009 15:09:56 +0000 (+0000) Subject: make sure we get config.h from $(topdir) X-Git-Tag: LAST_LIBGRAPH~32^2~2397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c0d4a7298ddc2fcf2aa640fc4438b6fdae8bff6;p=graphviz make sure we get config.h from $(topdir) --- 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