summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-11-07 14:53:12 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-07 15:14:56 +0000
commit7d2ad351c42c9f4bf3d0d8f88815458e84d9677e (patch)
tree77a279c1f77bc2931367ebed4aa5096bd576b9a7 /Makefile-libostree.am
parent9f4b5c0cc5abc255846b63a20de2082706c77aba (diff)
downloadostree-7d2ad351c42c9f4bf3d0d8f88815458e84d9677e.tar.gz
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
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am1
1 files changed, 1 insertions, 0 deletions
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 $< \