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

add pkg-config file

[[Imported from SVN: r10369]]
parent b4a058b0
Branches
Tags
No related merge requests found
......@@ -20,7 +20,8 @@ LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
test/Makefile
m4/Makefile])
m4/Makefile
elasticity.pc])
AC_OUTPUT
# finally print the summary information
......
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
CXX=@CXX@
CC=@CC@
DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: Dune (Distributed and Unified Numerics Environment) elasticity module
URL: http://dune-project.org/
Requires: ${DEPENDENCIES}
Libs:
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment