From 87eb3137aa5885610f8595854d09e592e327cfd6 Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Wed, 18 Sep 2013 21:32:12 +0200 Subject: explicitely define API_SOCK to resolve compile problems using Debian/Ubuntu tools (reason why OS-depended define does not work is not fully understood) --- mcast/tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcast/tool') diff --git a/mcast/tool/Makefile b/mcast/tool/Makefile index 45ac977..1c1d446 100644 --- a/mcast/tool/Makefile +++ b/mcast/tool/Makefile @@ -1,6 +1,6 @@ #Comment this out to disable debugging output #DEBUG = 1 -#API_SOCK=1 +API_SOCK=1 ifdef RBMINI ARMEL=1 -- cgit v1.2.3