Skip to content
Snippets Groups Projects
Commit f1ff33e8 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

update build system to new, Dune-conforming directory layout

[[Imported from SVN: r5936]]
parent c60beddc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
SUBDIRS = m4 src test
SUBDIRS = m4 dune test
# possible options
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
......
......@@ -16,10 +16,11 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
dune/Makefile
dune/gfe/Makefile
test/Makefile
m4/Makefile
rods.pc
dune-gfe.pc
])
AC_OUTPUT
......
# $Id: Makefile.am 5716 2009-11-20 12:23:19Z dedner $
# $Id: $
SUBDIRS =
......
ALLM4S = rods.m4
ALLM4S = dune-gfe.m4
aclocaldir = $(datadir)/aclocal
aclocal_DATA = $(ALLM4S)
......
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