build: Add a TODO comment about improving glib-mkenums usage in future

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://github.com/ostreedev/ostree/pull/1329

Closes: #1330
Approved by: cgwalters
This commit is contained in:
Philip Withnall 2017-11-07 14:53:12 +00:00 committed by Atomic Bot
parent 9f4b5c0cc5
commit 7d2ad351c4
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ libostreeinclude_HEADERS = $(libostree_public_headers) $(libostree_public_built_
ENUM_TYPES = $(NULL)
ENUM_TYPES += $(srcdir)/src/libostree/ostree-fetcher.h
# TODO: GLIB_CHECK_VERSION > 2.5x: use --output instead of mv (see https://github.com/ostreedev/ostree/pull/1329)
src/libostree/ostree-enumtypes.h: src/libostree/ostree-enumtypes.h.template $(ENUM_TYPES)
$(AM_V_GEN) $(GLIB_MKENUMS) \
--template $< \