[evolution-data-server/openismus-work-master: 38/73] Fix e-source-enumtypes.h generation.



commit bb20f235024ab2da37f589bb215de163826ade9e
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 fc9da45..4fda136 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]