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

add install rules for pc-file and dune.module to top-rules

[[Imported from SVN: r5202]]
parent 7d8e06dc
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.am 5164 2008-04-21 14:08:28Z christi $
# $Id: Makefile.am 5198 2008-05-15 16:13:23Z christi $
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module dune-common.m4
......@@ -9,12 +9,6 @@ AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common lib doc bin m4 am
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @DUNE_MOD_NAME@.pc
moduledir = $(libdir)/dunecontrol/@DUNE_MOD_NAME@
module_DATA = dune.module
# use configured compiler for "make distcheck"
DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
......
......@@ -7,3 +7,9 @@ all-am: dependencies.m4
@DUNE_MOD_NAME@.m4: dune.module
cd $(srcdir) && $(DUNECONTROL) --only=@DUNE_MOD_NAME@ m4create
moduledir = $(libdir)/dunecontrol/@DUNE_MOD_NAME@
module_DATA = dune.module
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @DUNE_MOD_NAME@.pc
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