From e46a14e914fe8eaa7087154cf32cb9c86c0aa023 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 7 May 2019 17:41:51 -0700 Subject: libstage: use dll.h for linked lists, rm list.h --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a57bc54..de38d5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,3 @@ noinst_LIBRARIES = libstage.a -libstage_a_SOURCES = list.h stage.c stage.h +libstage_a_SOURCES = ../include/dll_h/dll.h stage.c stage.h +libstage_a_CPPFLAGS = -I@top_srcdir@/include -- cgit v1.2.3