[Lemon-commits] Alpar Juttner: Merge #432 and #433 to branch 1.1
Lemon HG
hg at lemon.cs.elte.hu
Tue Dec 20 19:49:44 CET 2011
details: http://lemon.cs.elte.hu/hg/lemon/rev/bed8011dc6ad
changeset: 1116:bed8011dc6ad
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Tue Dec 20 19:37:25 2011 +0100
description:
Merge #432 and #433 to branch 1.1
diffstat:
doc/Makefile.am | 1 +
lemon/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (22 lines):
diff --git a/doc/Makefile.am b/doc/Makefile.am
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,6 +11,7 @@
doc/min_cost_flow.dox \
doc/named-param.dox \
doc/namespaces.dox \
+ doc/template.h \
doc/html \
doc/CMakeLists.txt
diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt
--- a/lemon/CMakeLists.txt
+++ b/lemon/CMakeLists.txt
@@ -57,6 +57,7 @@
INSTALL(
TARGETS lemon
ARCHIVE DESTINATION lib
+ LIBRARY DESTINATION lib
COMPONENT library
)
More information about the Lemon-commits
mailing list