mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
fixed problem with ncdap3 and libnetcdf2 for c-only compile
This commit is contained in:
parent
6db9f29704
commit
3d48368ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user