From 94bde817c5a33a8cbfc016e0201a3f4c8664937f Mon Sep 17 00:00:00 2001
From: Johannes Berg <johannes@sipsolutions.net>
Date: Mon, 1 Oct 2007 23:53:15 +0200
Subject: fix crm114 build bug

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 5ec9cb8..89b8611 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ endif
 ifeq ("$(BACKEND)", "signature-log")
 objs += signature.o
 endif
+ifeq ("$(BACKEND)", "crm114-exec")
+objs += signature.o
+endif
 
 # main make rules
 CFLAGS += -fPIC -shared -Wall
-- 
cgit v1.2.3