Skip to content
Snippets Groups Projects
Commit e8566171 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Use AM_LDFLAGS instead of LDFLAGS.

[[Imported from SVN: r2091]]
parent 33de7d26
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ check_PROGRAMS = $(NORMALTESTS) $(YPROG)
# note that $(top_builddir)/lib/libdune.la cannot be used because the
# lib/-directory will be compiled last. Thus we need to add the
# library-parts explicitly
LDFLAGS = $(top_builddir)/common/libcommon.la
AM_LDFLAGS = $(top_builddir)/common/libcommon.la
# paranoia
DUNE_EXTRA_CHECKS = -DDUNE__ISTL_WITH_CHECKING -DDUNE_DEVEL_MODE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment