aboutsummaryrefslogtreecommitdiff
path: root/build-aux/mm-errors-template.h
AgeCommit message (Collapse)Author
2021-07-30build: Rename template filesIñigo Martínez
The template files in the `build-aux` directory used in enums sources and headers generation use the `{$name}-template.[ch]` pattern. However, the examples in the official guide[0] and usually GNOME and Freedesktop packages use the `{$name}.[ch].template` pattern. Due to this, the name of the template files and build commands have been changed. [0] https://developer.gnome.org/gobject/stable/glib-mkenums.html
2012-03-15build: fix errors templateAleksander Morgado
Equivalent to the fix in d15b1f201 applied to the enums template. Spotted by Nathan Williams.
2012-03-15build: let enum and error templates be completely genericAleksander Morgado
Don't include anything in the templates specific to the file to be built, like #ifdef guards in headers or #include in sources.