diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 17:41:51 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 17:41:51 -0700 |
commit | e46a14e914fe8eaa7087154cf32cb9c86c0aa023 (patch) | |
tree | 0a0f4c54946eed4fb694642f650f1e104a7865c6 /src/Makefile.am | |
parent | 53959d40924628f1ebae3e7d524318eb212de4bf (diff) |
libstage: use dll.h for linked lists, rm list.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |