From 3d48368ab5acd21892a1e8f4ddacd4ad0023fe66 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 14 Jun 2010 15:52:30 +0000 Subject: [PATCH] fixed problem with ncdap3 and libnetcdf2 for c-only compile --- libncdap3/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libncdap3/Makefile.am b/libncdap3/Makefile.am index 20a3bac73..7b7da36bd 100755 --- a/libncdap3/Makefile.am +++ b/libncdap3/Makefile.am @@ -84,10 +84,11 @@ LDADD += ${top_builddir}/libncdap3/libncdap3.la ${AM_LDFLAGS} # Add a trivial test case to check for undefined references check_PROGRAMS = t_dap TESTS = t_dap -t_dap_SOURCES=t_dap.c stubdap3.c +t_dap_SOURCES = t_dap.c stubdap3.c t_dap_LDFLAGS = ${top_builddir}/libsrc/libnetcdf3.la \ -${top_builddir}/libsrc/libnetcdf2.la \ ${top_builddir}/libdispatch/libdispatch.la + + CLEANFILES += t_dap endif # BUILD_DAP