add occurlfunctions.[ch] to the dist.

This commit is contained in:
dmh 2014-12-26 12:27:54 -07:00
parent f423f27693
commit 7a0a10ec7b
4 changed files with 4 additions and 2 deletions

View File

@ -41,8 +41,8 @@ endif
test_partvar_SOURCES = test_partvar.c test_partvar_SOURCES = test_partvar.c
test_nstride_cached_SOURCE = test_nstride_cached.c test_nstride_cached_SOURCE = test_nstride_cached.c
t_auth_SOURCES = t_auth.c #t_auth_SOURCES = t_auth.c
t_auth1_SOURCES = t_auth1.c #t_auth1_SOURCES = t_auth1.c
t_misc_SOURCES = t_misc.c t_misc_SOURCES = t_misc.c
test_varm3_SOURCES = test_varm3.c test_varm3_SOURCES = test_varm3.c

View File

@ -22,6 +22,7 @@ ocdata.h ocdatatypes.h ocdebug.h ocdump.h \
ocinternal.h ocnode.h \ ocinternal.h ocnode.h \
ochttp.h ocread.h ocutil.h \ ochttp.h ocread.h ocutil.h \
ocbytes.h oclist.h ocuri.h oclog.h \ ocbytes.h oclist.h ocuri.h oclog.h \
occurlflags.h \
xxdr.h xxdr.h
FILES=${HDRS} ${SRC} dap.y FILES=${HDRS} ${SRC} dap.y

View File

@ -29,6 +29,7 @@ ocdata.h ocdatatypes.h ocdebug.h ocdump.h \
ocinternal.h ocnode.h \ ocinternal.h ocnode.h \
ochttp.h ocread.h ocutil.h \ ochttp.h ocread.h ocutil.h \
ocbytes.h oclist.h ocuri.h oclog.h \ ocbytes.h oclist.h ocuri.h oclog.h \
occurlflags.h \
xxdr.h xxdr.h
EXTRA_DIST = dap.y CMakeLists.txt EXTRA_DIST = dap.y CMakeLists.txt

0
oc2/occurlflags.h Normal file
View File