diff options
| author | 2019-01-21 05:11:03 +0100 | |
|---|---|---|
| committer | 2019-01-21 05:11:03 +0100 | |
| commit | bec850fe399639f3b8582a39386216970dea15ed (patch) | |
| tree | 702ab16623adcdd186483d70006a772ffe97a637 /libcnary/Makefile.am | |
| parent | afec7339b830461042e5af9cb9561563cf3ba28d (diff) | |
| download | libplist-bec850fe399639f3b8582a39386216970dea15ed.tar.gz libplist-bec850fe399639f3b8582a39386216970dea15ed.tar.bz2 | |
libcnary: Remove list.c/list.h and just do everything in node_list.c
Diffstat (limited to 'libcnary/Makefile.am')
| -rw-r--r-- | libcnary/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcnary/Makefile.am b/libcnary/Makefile.am index 5a26fb5..e2187ec 100644 --- a/libcnary/Makefile.am +++ b/libcnary/Makefile.am | |||
| @@ -6,9 +6,7 @@ libcnary_la_LIBADD = | |||
| 6 | libcnary_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | 6 | libcnary_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
| 7 | libcnary_la_SOURCES = \ | 7 | libcnary_la_SOURCES = \ |
| 8 | node.c \ | 8 | node.c \ |
| 9 | list.c \ | ||
| 10 | node_list.c \ | 9 | node_list.c \ |
| 11 | include/node.h \ | 10 | include/node.h \ |
| 12 | include/list.h \ | ||
| 13 | include/node_list.h \ | 11 | include/node_list.h \ |
| 14 | include/object.h | 12 | include/object.h |
