summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristanvb@openismus.com>2013-06-03 19:02:52 +0900
committerTristan Van Berkom <tristanvb@openismus.com>2013-06-03 19:04:23 +0900
commitb8649391f87b0b9bb686ba1635734c2138064177 (patch)
treef56fdce324788cf5e06a1733eb44b1450f4ebe00
parent9c4be1aeb928d994e5e07a3d85dc345694f4b5ee (diff)
downloadevolution-data-server-openismus-work.tar.gz
Fix e-source-enumtypes.h generation.openismus-work
Cannot feed more than one file to EDS's enum generation rule, or else it results in imbalanced G_BEGIN/END_DECLS declarations.
-rw-r--r--libedataserver/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index 27ccf6e64..3222f2c90 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: e-source-enumtypes.h.template $(ENUM_TYPES)
$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template e-source-enumtypes.h.template $(ENUM_TYPES)) > $@