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



commit b8649391f87b0b9bb686ba1635734c2138064177
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 27ccf6e..3222f2c 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)) 
$@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]