From 1ec39435913078d4d38e184e0daf0c7e18a873dd Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 19 May 2014 22:00:58 +0800 Subject: [PATCH] we don't use list.c for now, so just skip it --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index af01dc1..8e23e6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libr3.la # lib_LIBRARIES = libr3.a -libr3_la_SOURCES = node.c edge.c list.c str.c token.c +libr3_la_SOURCES = node.c edge.c str.c token.c libr3_la_LIBADD=$(DEPS_LIBS) AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall