From 7a0a10ec7bb97a1e03b35f08c000d064cfb7e51c Mon Sep 17 00:00:00 2001 From: dmh Date: Fri, 26 Dec 2014 12:27:54 -0700 Subject: [PATCH] add occurlfunctions.[ch] to the dist. --- ncdap_test/Makefile.am | 4 ++-- oc2/Make0 | 1 + oc2/Makefile.am | 1 + oc2/occurlflags.h | 0 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 oc2/occurlflags.h diff --git a/ncdap_test/Makefile.am b/ncdap_test/Makefile.am index 2f6893e8a..f6ff7e28a 100644 --- a/ncdap_test/Makefile.am +++ b/ncdap_test/Makefile.am @@ -41,8 +41,8 @@ endif test_partvar_SOURCES = test_partvar.c test_nstride_cached_SOURCE = test_nstride_cached.c -t_auth_SOURCES = t_auth.c -t_auth1_SOURCES = t_auth1.c +#t_auth_SOURCES = t_auth.c +#t_auth1_SOURCES = t_auth1.c t_misc_SOURCES = t_misc.c test_varm3_SOURCES = test_varm3.c diff --git a/oc2/Make0 b/oc2/Make0 index 08ba1d88f..bad13530d 100755 --- a/oc2/Make0 +++ b/oc2/Make0 @@ -22,6 +22,7 @@ ocdata.h ocdatatypes.h ocdebug.h ocdump.h \ ocinternal.h ocnode.h \ ochttp.h ocread.h ocutil.h \ ocbytes.h oclist.h ocuri.h oclog.h \ +occurlflags.h \ xxdr.h FILES=${HDRS} ${SRC} dap.y diff --git a/oc2/Makefile.am b/oc2/Makefile.am index 467581643..3b0dfa22a 100755 --- a/oc2/Makefile.am +++ b/oc2/Makefile.am @@ -29,6 +29,7 @@ ocdata.h ocdatatypes.h ocdebug.h ocdump.h \ ocinternal.h ocnode.h \ ochttp.h ocread.h ocutil.h \ ocbytes.h oclist.h ocuri.h oclog.h \ +occurlflags.h \ xxdr.h EXTRA_DIST = dap.y CMakeLists.txt diff --git a/oc2/occurlflags.h b/oc2/occurlflags.h new file mode 100644 index 000000000..e69de29bb