From d4bdc65cf3141f04e125279b6e1f52aea3af6027 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sat, 22 Feb 2014 01:50:23 +0100 Subject: [PATCH] scope: Add missing scope.h to the distribution --- scope/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/scope/src/Makefile.am b/scope/src/Makefile.am index dd186e6b4..7575884f5 100644 --- a/scope/src/Makefile.am +++ b/scope/src/Makefile.am @@ -47,6 +47,7 @@ scope_la_SOURCES = \ views.h \ watch.c \ watch.h \ + store.h \ store/scptreedata.h \ store/scptreedata.c \ store/scptreestore.h \