[Lemon-commits] Alpar Juttner: Merge
Lemon HG
hg at lemon.cs.elte.hu
Wed Apr 29 18:17:53 CEST 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/72ac25ad276e
changeset: 678:72ac25ad276e
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Wed Apr 29 16:55:27 2009 +0100
description:
Merge
diffstat:
lemon/Makefile.am | 4 ++--
lemon/core.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff --git a/lemon/Makefile.am b/lemon/Makefile.am
--- a/lemon/Makefile.am
+++ b/lemon/Makefile.am
@@ -15,7 +15,8 @@
lemon/random.cc \
lemon/bits/windows.cc
-
+nodist_lemon_HEADERS = lemon/config.h
+
lemon_libemon_la_CXXFLAGS = \
$(AM_CXXFLAGS) \
$(GLPK_CFLAGS) \
@@ -62,7 +63,6 @@
lemon/clp.h \
lemon/color.h \
lemon/concept_check.h \
- lemon/config.h \
lemon/connectivity.h \
lemon/counter.h \
lemon/core.h \
diff --git a/lemon/core.h b/lemon/core.h
--- a/lemon/core.h
+++ b/lemon/core.h
@@ -22,7 +22,7 @@
#include <vector>
#include <algorithm>
-#include <lemon/core.h>
+#include <lemon/config.h>
#include <lemon/bits/enable_if.h>
#include <lemon/bits/traits.h>
#include <lemon/assert.h>
More information about the Lemon-commits
mailing list