Files
ModemManager/build-aux/Makefile.am
Iñigo Martínez 7c4db66eb3 build: Rename template files
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
2021-07-30 10:14:52 +00:00

9 lines
187 B
Makefile

EXTRA_DIST = \
header-generator.xsl \
mm-enums-types.h.template \
mm-enums-types.c.template \
mm-errors-types.h.template \
mm-errors-types.c.template \
mm-errors-quarks.c.template