From 044881b60fe459a05e55af88b8f40412e9b18a1b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 25 Sep 2012 19:13:05 -0400 Subject: [PATCH] build: Add one header file missing from dist --- Makefile-ostree.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile-ostree.am b/Makefile-ostree.am index ce4e40c6..6b3b3b9b 100644 --- a/Makefile-ostree.am +++ b/Makefile-ostree.am @@ -50,6 +50,7 @@ ostree_SOURCES += \ src/ostree/ot-admin-builtin-diff.c \ src/ostree/ot-admin-builtin-deploy.c \ src/ostree/ot-admin-builtin-update-kernel.c \ + src/ostree/ot-admin-builtins.h \ src/ostree/ot-admin-functions.h \ src/ostree/ot-admin-functions.c \ $(NULL)