From c0391a54cfecbec63c2a36ecb5a6b64796507439 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Fri, 27 Nov 2015 08:32:39 +0000
Subject: [PATCH] BUG: Added missing Make rule to build graphics function
 object

---
 src/postProcessing/functionObjects/Allwmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/postProcessing/functionObjects/Allwmake b/src/postProcessing/functionObjects/Allwmake
index 535b8281c48..00961fcf4a9 100755
--- a/src/postProcessing/functionObjects/Allwmake
+++ b/src/postProcessing/functionObjects/Allwmake
@@ -15,4 +15,6 @@ wmake $targetType jobControl
 wmake $targetType systemCall
 wmake $targetType utilities
 
+./graphics/Allwmake
+
 # ----------------------------------------------------------------- end-of-file
-- 
GitLab