summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-07-29 11:56:08 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-07-29 11:56:08 +0000
commit116ec37601658facda0901197a74c7dc3328dec5 (patch)
tree08c5a0ed1213f94ef8d1e4ec5df8e57331d444d5
parenteebaa2ee37d734c9ab3ee69dd99a785c43d0ed53 (diff)
downloadglibmm-116ec37601658facda0901197a74c7dc3328dec5.tar.gz
Remove the mention of tree.cc here to fix the build. Generated files
2008-07-29 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/Makefile.am: Remove the mention of tree.cc here to fix the build. Generated files should never be menioned there. svn path=/trunk/; revision=704
-rw-r--r--ChangeLog5
-rw-r--r--glib/glibmm/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bd7177b8..69e655e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-07-29 Murray Cumming <murrayc@murrayc.com>
+ * glib/glibmm/Makefile.am: Remove the mention of tree.cc here to
+ fix the build. Generated files should never be menioned there.
+
+2008-07-29 Murray Cumming <murrayc@murrayc.com>
+
* glib/src/nodetree.hg: Hand-code the TraverseType enum, to add
a prefix to the values.
* tests/glibmm_nodetree/main.cc: Adapted.
diff --git a/glib/glibmm/Makefile.am b/glib/glibmm/Makefile.am
index c02d4be0..973a33b8 100644
--- a/glib/glibmm/Makefile.am
+++ b/glib/glibmm/Makefile.am
@@ -41,7 +41,6 @@ sublib_files_extra_general_cc = \
threadpool.cc \
timer.cc \
timeval.cc \
- tree.cc \
ustring.cc \
utility.cc \
value.cc \