[Lemon-commits] Akos Ladanyi: Include CMake related files in the...
Lemon HG
hg at lemon.cs.elte.hu
Fri Jul 18 18:39:45 CEST 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/33f8d69e642a
changeset: 227:33f8d69e642a
user: Akos Ladanyi <ladanyi [at] tmit.bme.hu>
date: Fri Jul 18 17:26:12 2008 +0100
description:
Include CMake related files in the tarball.
diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
Makefile.am | 4 ++--
doc/Makefile.am | 3 ++-
diffs (26 lines):
diff -r 4c9d85f5dc93 -r 33f8d69e642a Makefile.am
--- a/Makefile.am Fri Jul 18 16:47:27 2008 +0100
+++ b/Makefile.am Fri Jul 18 17:26:12 2008 +0100
@@ -8,7 +8,8 @@
m4/lx_check_cplex.m4 \
m4/lx_check_glpk.m4 \
m4/lx_check_soplex.m4 \
- CMakeLists.txt
+ CMakeLists.txt \
+ cmake
pkgconfigdir = $(libdir)/pkgconfig
lemondir = $(pkgincludedir)
diff -r 4c9d85f5dc93 -r 33f8d69e642a doc/Makefile.am
--- a/doc/Makefile.am Fri Jul 18 16:47:27 2008 +0100
+++ b/doc/Makefile.am Fri Jul 18 17:26:12 2008 +0100
@@ -7,7 +7,8 @@
doc/license.dox \
doc/mainpage.dox \
doc/namespaces.dox \
- doc/html
+ doc/html \
+ doc/CMakeLists.txt
DOC_EPS_IMAGES18 = \
nodeshape_0.eps \
More information about the Lemon-commits
mailing list