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

(-)necpp-1.2.3/src/Makefile.am.orig (-3 / +1 lines)
Lines 11-17 Link Here
11
INCLUDES = $(all_includes)
11
INCLUDES = $(all_includes)
12
12
13
# the library search path.
13
# the library search path.
14
nec2___LDADD = $(top_builddir)/src/libnecpp.la
14
nec2___LDADD = libnecpp.la
15
15
16
lib_LTLIBRARIES = libnecpp.la
16
lib_LTLIBRARIES = libnecpp.la
17
17
Lines 23-27 Link Here
23
	nec_radiation_pattern.h nec_results.h safe_array.h
23
	nec_radiation_pattern.h nec_results.h safe_array.h
24
24
25
libnecpp_la_LDFLAGS = -lm -lstdc++
25
libnecpp_la_LDFLAGS = -lm -lstdc++
26
nec2___LDFLAGS = -all-static
27

Return to bug 136993