mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Update to include XGetopt.h when make dist is invoked.
This commit is contained in:
parent
b4bc5bfe24
commit
fe019785ba
@ -20,5 +20,5 @@ if USE_NETCDF4
|
||||
noinst_HEADERS += ncaux.h
|
||||
endif
|
||||
|
||||
EXTRA_DIST=CMakeLists.txt
|
||||
EXTRA_DIST = CMakeLists.txt XGetopt.h
|
||||
|
||||
|
@ -17,7 +17,7 @@ man_MANS = ncgen3.1
|
||||
|
||||
# These files all need to be distributed.
|
||||
EXTRA_DIST = ncgen.y ncgenyy.c ncgen.l c0.cdl run_tests.sh \
|
||||
run_nc4_tests.sh $(man_MANS)
|
||||
run_nc4_tests.sh XGetopt.c $(man_MANS)
|
||||
|
||||
# There is a netcdf classic and netcdf-4 test script, but don't run
|
||||
# them for DLL builds.
|
||||
|
Loading…
Reference in New Issue
Block a user