From 8a5134a7850de67d223787ddde3d08c4c6be1ea6 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 22 Aug 2020 08:49:26 -0700 Subject: [PATCH] remove unnecessary lib/rbtree include directory --- lib/rbtree/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0