Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 778200
Collapse All | Expand All

(-)a/cxx4/Makefile.am (-4 / +2 lines)
Lines 4-17 Link Here
4
# This file builds the new C++-4 interface.
4
# This file builds the new C++-4 interface.
5
5
6
# Point pre-preprocessor to netcdf-4 directory (libsrc4).
6
# Point pre-preprocessor to netcdf-4 directory (libsrc4).
7
LDADD = $(top_builddir)/cxx4/libnetcdf_c++4.la  -lnetcdf
7
LDADD = $(top_builddir)/cxx4/libnetcdf_c++4.la
8
8
9
# This is our output library.
9
# This is our output library.
10
lib_LTLIBRARIES = libnetcdf_c++4.la
10
lib_LTLIBRARIES = libnetcdf_c++4.la
11
11
12
# For rules updating the version info, see
12
# For rules updating the version info, see
13
# http://www.gnu.org/s/libtool/manual/html_node/Updating-version-info.html
13
# http://www.gnu.org/s/libtool/manual/html_node/Updating-version-info.html
14
libnetcdf_c__4_la_LDFLAGS = -version-info 2:0:1 -no-undefined
14
libnetcdf_c__4_la_LDFLAGS = -version-info 2:0:1 -no-undefined -lnetcdf
15
15
16
# These headers will be installed in the users header directory.
16
# These headers will be installed in the users header directory.
17
include_HEADERS = netcdf ncAtt.h ncCheck.h ncDim.h ncException.h	\
17
include_HEADERS = netcdf ncAtt.h ncCheck.h ncDim.h ncException.h	\
18
- 
19
--
20
plugins/Makefile.am | 2 +-
18
plugins/Makefile.am | 2 +-
21
1 file changed, 1 insertion(+), 1 deletion(-)
19
1 file changed, 1 insertion(+), 1 deletion(-)
(-)a/plugins/Makefile.am (-2 / +1 lines)
Lines 19-25 noinst_LTLIBRARIES = libmisc.la Link Here
19
lib_LTLIBRARIES = libh5bzip2.la
19
lib_LTLIBRARIES = libh5bzip2.la
20
20
21
libh5bzip2_la_SOURCES = ${HDF5PLUGINSRC}
21
libh5bzip2_la_SOURCES = ${HDF5PLUGINSRC}
22
libh5bzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined
22
libh5bzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -lhdf5
23
23
24
libmisc_la_SOURCES = H5Zmisc.c H5Zutil.c h5misc.h
24
libmisc_la_SOURCES = H5Zmisc.c H5Zutil.c h5misc.h
25
libmisc_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -rpath ${abs_builddir}
25
libmisc_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -rpath ${abs_builddir}
26
- 

Return to bug 778200