From 2eb93c8010d23c189633d10c10633565479f6f37 Mon Sep 17 00:00:00 2001 From: Martin Nolte <mnolte@dune-project.org> Date: Mon, 15 Aug 2011 20:40:32 +0000 Subject: [PATCH] remove redundant definition of pkgconfig stuff (its in top-rules) [[Imported from SVN: r1493]] --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4841b379c..8b6727d68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,6 @@ AUTOMAKE_OPTIONS = foreign 1.5 SUBDIRS = dune doc m4 -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = dune-istl.pc - # use configured compiler for "make distcheck" # doxygen is difficult to convince to build in a special directory... DISTCHECK_CONFIGURE_FLAGS = --with-dune-common="$(DUNE_COMMON_ROOT)" CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)" -- GitLab