From 04fc34fab89483e9cfdaf7b273a867b72e622fbc Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 18 Jan 2012 13:43:23 +0100 Subject: build: autogenerate enum/flags string getter/builders Each enum will have its own #_get_string (), and each flags will have its own #_build_string_from_mask (). --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 615024be..b7dc3b33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,14 +58,14 @@ WITH_ENUMS = mm-bearer.h mm-private-enums-types.h: Makefile.am $(WITH_ENUMS) $(top_srcdir)/build-aux/mm-enums-template.h $(AM_V_GEN) glib-mkenums \ - --fhead "#ifndef __MM_PRIVATE_ENUMS_TYPES_H__\n#define __MM_PRIVATE_ENUMS_TYPES_H__\n" \ + --fhead "#include \"mm-bearer.h\"\n#ifndef __MM_PRIVATE_ENUMS_TYPES_H__\n#define __MM_PRIVATE_ENUMS_TYPES_H__\n" \ --template $(top_srcdir)/build-aux/mm-enums-template.h \ --ftail "#endif /* __MM_PRIVATE_ENUMS_TYPES_H__ */\n" \ $(WITH_ENUMS) > $@ mm-private-enums-types.c: Makefile.am $(top_srcdir)/include/ModemManager-enums.h $(top_srcdir)/build-aux/mm-enums-template.c mm-private-enums-types.h $(AM_V_GEN) glib-mkenums \ - --fhead "#include \"mm-bearer.h\"\n#include \"mm-private-enums-types.h\"" \ + --fhead "#include \"mm-private-enums-types.h\"" \ --template $(top_srcdir)/build-aux/mm-enums-template.c \ $(WITH_ENUMS) > $@ -- cgit v1.2.3-70-g09d2