Skip to content
Snippets Groups Projects
Commit fc8a58bf authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

avoid relative paths for scripting interface generation

parent 2d16b28c
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,7 @@ SWIGCDILIB = cdilib.i
SWIGCDIOBJ = cdiobj.i
BINDINGS =
EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB) \
\
ruby/cdilib_wrap.c ruby/cdiobj_wrap.cpp ruby/testLib.rb \
INTERFACES_FILES = 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 \
......@@ -18,6 +16,8 @@ EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB) \
\
f2003/bindGen.rb
EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB) $(INTERFACES_FILES)
if CREATE_INTERFACES
BINDINGS += help
endif
......@@ -30,7 +30,7 @@ noinst_PROGRAMS += CdiInfo
noinst_LTLIBRARIES += libcdipp.la
endif
#
locallibs = $(top_builddir)/src/.libs/libcdi.so @LTLIBOBJS@ @NETCDF_LIBS@ @SZLIB_LIBS@
locallibs = $(abs_top_builddir)/src/.libs/libcdi.so @LTLIBOBJS@ @NETCDF_LIBS@ @SZLIB_LIBS@
libcdipp_la_SOURCES = cdi.cpp cdi.hpp
libcdipp_la_LIBADD = $(top_builddir)/src/libcdi.la
......
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