we don't use list.c for now, so just skip it
This commit is contained in:
parent
611eee4c05
commit
1ec3943591
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue