Skip to content
Snippets Groups Projects
Commit b182b982 authored by Markus Blatt's avatar Markus Blatt
Browse files

Build libdunecommon in lib and mark it for installation.

[[Imported from SVN: r4543]]
parent c77d410c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common doc bin m4 am
SUBDIRS = lib common doc bin m4 am
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune.pc
......
......@@ -25,6 +25,7 @@ echo
# write output
AC_CONFIG_FILES([Makefile
lib/Makefile
bin/Makefile
common/Makefile
common/test/Makefile
......
.libs
Makefile.in
Makefile
libdunecommon.la
# $Id: $
#the dune-common library
lib_LTLIBRARIES = libdunecommon.la
# this is just a renaming of libcommon to prevent name clashes
libdunecommon_la_SOURCES =
libdunecommon_la_LIBADD = ../common/libcommon.la
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