diff --git a/dune/fem-dg/test/advdiff/Makefile.am b/dune/fem-dg/test/advdiff/Makefile.am index ea3fc1ba838be927f34ab2539664ccc465929ab1..b81935b42da2f9889c980b8df6e159a55259e7f7 100644 --- a/dune/fem-dg/test/advdiff/Makefile.am +++ b/dune/fem-dg/test/advdiff/Makefile.am @@ -1,7 +1,7 @@ # install these headers advdiffdir=$(includedir)/test/advdiff -advdiff_HEADERS = models.hh deformationalflow.hh problemcreator.hh \ -problem.hh pulse.hh problemQuasiHeatEqn.hh steppertraits.hh +advdiff_HEADERS = models.hh problemcreator.hh \ +pulse.hh steppertraits.hh LDADD = $(ALL_PKG_LDFLAGS) $(ALL_PKG_LIBS) $(LOCAL_LIBS) $(DUNEMPILDFLAGS) $(DUNEMPILIBS)