Skip to content
Snippets Groups Projects
Commit c3f4b06e authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added setup.py table.py CdiLib.py CdiObj.py to EXTRA_DIST

parent 94832095
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ SWIGCDIOBJ = cdiobj.i
BINDINGS =
EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB)
EXTRA_DIST += ruby/cdilib_wrap.c ruby/cdiobj_wrap.cpp ruby/testLib.rb ruby/testObj.rb
EXTRA_DIST += python/cdilib_wrap.c python/cdiobj_wrap.cpp python/testLib.py python/testObj.py python/setupObj.py python/setupLib.py
EXTRA_DIST += python/cdilib_wrap.c python/cdiobj_wrap.cpp python/testLib.py python/testObj.py python/setupObj.py python/setupLib.py python/setup.py python/table.py python/CdiLib.py python/CdiObj.py
if CREATE_INTERFACES
BINDINGS += help
endif
......
......@@ -287,7 +287,9 @@ BINDINGS = $(am__append_1) $(am__append_4) $(am__append_5)
EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB) ruby/cdilib_wrap.c \
ruby/cdiobj_wrap.cpp ruby/testLib.rb ruby/testObj.rb \
python/cdilib_wrap.c python/cdiobj_wrap.cpp python/testLib.py \
python/testObj.py python/setupObj.py python/setupLib.py
python/testObj.py python/setupObj.py python/setupLib.py \
python/setup.py python/table.py python/CdiLib.py \
python/CdiObj.py
noinst_LTLIBRARIES = $(am__append_3)
#
locallibs = $(top_builddir)/src/.libs/libcdi.so @LTLIBOBJS@ @NETCDF_LIBS@ @HDF5_LIBS@ @SZLIB_LIBS@ @ZLIB_LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment