Update to include XGetopt.h when make dist is invoked.

This commit is contained in:
Ward Fisher 2013-03-29 21:11:25 +00:00
parent b4bc5bfe24
commit fe019785ba
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ if USE_NETCDF4
noinst_HEADERS += ncaux.h
endif
EXTRA_DIST=CMakeLists.txt
EXTRA_DIST = CMakeLists.txt XGetopt.h

View File

@ -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.