From: Matthew Fernandez Date: Sat, 22 Aug 2020 15:49:26 +0000 (-0700) Subject: remove unnecessary lib/rbtree include directory X-Git-Tag: 2.46.0~20^2^2~90^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a5134a7850de67d223787ddde3d08c4c6be1ea6;p=graphviz remove unnecessary lib/rbtree include directory --- diff --git a/lib/rbtree/Makefile.am b/lib/rbtree/Makefile.am index f7cf28e8c..378cec746 100644 --- a/lib/rbtree/Makefile.am +++ b/lib/rbtree/Makefile.am @@ -1,7 +1,7 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = noinst_HEADERS = red_black_tree.h stack.h noinst_LTLIBRARIES = librbtree_C.la