From 7d2ad351c42c9f4bf3d0d8f88815458e84d9677e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 7 Nov 2017 14:53:12 +0000 Subject: [PATCH] build: Add a TODO comment about improving glib-mkenums usage in future Signed-off-by: Philip Withnall https://github.com/ostreedev/ostree/pull/1329 Closes: #1330 Approved by: cgwalters --- Makefile-libostree.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 63b0038b..39dc0d14 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -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 $< \