Skip to content
Snippets Groups Projects
Commit a5c53db4 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix lib issues

[[Imported from SVN: r4530]]
parent 1e7789f2
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ TESTS = $(TESTPROGS)
# programs just to build when "make check" is used
check_PROGRAMS = $(TESTPROGS)
# define the programs
AM_LDFLAGS = $(LOCAL_LIBS)
# define the programs
bigunsignedinttest_SOURCES=bigunsignedinttest.cc
bigunsignedinttest_DEPENDENCIES = $(LOCAL_LIBS)
......
......@@ -12,7 +12,6 @@ DUNE_CHECK_ALL_M
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNECOMMONROOT], '$(top_srcdir)')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([AM_LDFLAGS], '-L$(top_builddir)/common -lcommon')
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
DUNE_SUMMARY_ALL
......
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