Skip to content
Snippets Groups Projects
Commit b9dae848 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Make new subdirectory 'src' for all executable programs

[[Imported from SVN: r9981]]
parent 9868aa3f
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 = doc m4 dune test
SUBDIRS = doc m4 dune src test
# possible options
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
......
......@@ -22,6 +22,7 @@ AC_CONFIG_FILES([Makefile
dune/Makefile
dune/gfe/Makefile
dune/gfe/coupling/Makefile
src/Makefile
test/Makefile
m4/Makefile
dune-gfe.pc
......
SUBDIRS =
noinst_PROGRAMS =
# we need automake 1.5
AUTOMAKE_OPTIONS = foreign 1.5
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS = --with-dune-common=$(DUNE_COMMON_ROOT) --with-dune-geometry=$(DUNE_GEOMETRY_ROOT) --with-dune-grid=$(DUNE_GRID_ROOT) --with-dune-istl=$(DUNE_ISTL_ROOT) --with-dune-localfunctions=$(DUNE_LOCALFUNCTIONS_ROOT) CXX="$(CXX)" CC="$(CC)"
include $(top_srcdir)/am/global-rules
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