File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ UTIL_PUBLIC_HEADS = \
1818 main/general.h \
1919 \
2020 main/gcc-attr.h \
21+ main/htable.h \
2122 main/inline.h \
23+ main/ptrarray.h \
2224 main/routines.h \
2325 main/trashbox.h \
2426 main/vstring.h \
@@ -37,6 +39,8 @@ UTIL_HEADS = \
3739 $(NULL )
3840
3941UTIL_SRCS = \
42+ main/htable.c \
43+ main/ptrarray.c \
4044 main/routines.c \
4145 main/trashbox.c \
4246 main/vstring.c \
@@ -51,7 +55,6 @@ MAIN_PUBLIC_HEADS = \
5155 main/entry.h \
5256 main/field.h \
5357 main/gvars.h \
54- main/htable.h \
5558 main/keyword.h \
5659 main/kind.h \
5760 main/lregex.h \
@@ -64,7 +67,6 @@ MAIN_PUBLIC_HEADS = \
6467 main/param.h \
6568 main/parse.h \
6669 main/promise.h \
67- main/ptrarray.h \
6870 main/rbtree.h \
6971 main/read.h \
7072 main/selectors.h \
@@ -136,7 +138,6 @@ LIB_SRCS = \
136138 main/field.c \
137139 main/flags.c \
138140 main/fmt.c \
139- main/htable.c \
140141 main/keyword.c \
141142 main/kind.c \
142143 main/lregex.c \
@@ -153,7 +154,6 @@ LIB_SRCS = \
153154 main/portable-scandir.c \
154155 main/promise.c \
155156 main/ptag.c \
156- main/ptrarray.c \
157157 main/rbtree.c \
158158 main/read.c \
159159 main/script.c \
You can’t perform that action at this time.
0 commit comments