[evolution-data-server/openismus-work-3-8: 45/116] Fix e-source-enumtypes.h generation.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-3-8: 45/116] Fix e-source-enumtypes.h generation.
- Date: Tue, 1 Oct 2013 19:02:02 +0000 (UTC)
commit b68fc3722d181b10feac5f5174cfe9cfb20ccfaa
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Mon Jun 3 19:02:52 2013 +0900
Fix e-source-enumtypes.h generation.
Cannot feed more than one file to EDS's enum generation rule, or
else it results in imbalanced G_BEGIN/END_DECLS declarations.
libedataserver/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index 9d392fc..db86f36 100644
--- a/libedataserver/Makefile.am
+++ b/libedataserver/Makefile.am
@@ -1,4 +1,4 @@
-ENUM_TYPES = e-source-enums.h e-collator.h
+ENUM_TYPES = e-source-enums.h
e-source-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
$(AM_V_GEN) $(GLIB_MKENUMS) --template $(top_srcdir)/enumtypes.h.template \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]