]> granicus.if.org Git - graphviz/commitdiff
make sure we get config.h from $(topdir)
authorellson <devnull@localhost>
Thu, 26 Feb 2009 15:09:56 +0000 (15:09 +0000)
committerellson <devnull@localhost>
Thu, 26 Feb 2009 15:09:56 +0000 (15:09 +0000)
lib/rbtree/Makefile.am

index e6f9532631c5f09043fd6c2691c02e93aba3f054..cab22864cf6c09667ee17595181914551cdfdb58 100644 (file)
@@ -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