From 506902f8a0e750008240541dae22562598eaa445 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 19 May 2016 14:28:25 +0200 Subject: [PATCH] build: Install new autocleanups header Haven't noticed before that there is a separate variable for a list of OSTree public headers. This fixes an embarrassing error that prohibits building a project that includes ostree.h. Closes: #302 Approved by: cgwalters --- Makefile-libostree-defines.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile-libostree-defines.am b/Makefile-libostree-defines.am index 1db75e0c..2d478bb6 100644 --- a/Makefile-libostree-defines.am +++ b/Makefile-libostree-defines.am @@ -21,6 +21,7 @@ libostree_public_headers = \ src/libostree/ostree.h \ src/libostree/ostree-async-progress.h \ + src/libostree/ostree-autocleanups.h \ src/libostree/ostree-core.h \ src/libostree/ostree-dummy-enumtypes.h \ src/libostree/ostree-mutable-tree.h \