From ce6272d306caeb58b3f3e449c845ee2a39ccb364 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 23 Apr 2012 09:53:13 +0200 Subject: [PATCH] Build fix for *NIX. --- icinga/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icinga/Makefile.am b/icinga/Makefile.am index d965d5691..e500de8dc 100644 --- a/icinga/Makefile.am +++ b/icinga/Makefile.am @@ -20,6 +20,8 @@ libicinga_la_SOURCES = \ jsonrpcendpoint.h \ subscriptioncomponent.cpp \ subscriptioncomponent.h \ + subscriptionmessage.cpp \ + subscriptionmessage.h \ virtualendpoint.cpp \ virtualendpoint.h