[Lemon-commits] Balazs Dezso: Fix Makefile.am EXTRA_DIST (#276)

Lemon HG hg at lemon.cs.elte.hu
Wed Apr 29 17:29:18 CEST 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/70a356a461a5
changeset: 666:70a356a461a5
user:      Balazs Dezso <deba [at] inf.elte.hu>
date:      Tue Apr 28 12:54:59 2009 +0200
description:
	Fix Makefile.am EXTRA_DIST (#276)

diffstat:

 Makefile.am |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,11 +11,12 @@
 	m4/lx_check_cplex.m4 \
 	m4/lx_check_glpk.m4 \
 	m4/lx_check_soplex.m4 \
-	m4/lx_check_clp.m4 \
-	m4/lx_check_cbc.m4 \
+	m4/lx_check_coin.m4 \
 	CMakeLists.txt \
 	cmake/FindGhostscript.cmake \
+	cmake/FindCPLEX.cmake \
 	cmake/FindGLPK.cmake \
+	cmake/FindCOIN.cmake \
 	cmake/version.cmake.in \
 	cmake/version.cmake \
 	cmake/nsis/lemon.ico \



More information about the Lemon-commits mailing list