diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2013-09-18 21:32:12 +0200 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2013-09-18 21:32:12 +0200 |
commit | 87eb3137aa5885610f8595854d09e592e327cfd6 (patch) | |
tree | 922da4117f162ead07928bfaed763759e59b2862 /mcast | |
parent | 32b36b3cee55b81657288cf0daefec35f3ec8985 (diff) | |
download | vdr-plugin-mcli-87eb3137aa5885610f8595854d09e592e327cfd6.tar.gz vdr-plugin-mcli-87eb3137aa5885610f8595854d09e592e327cfd6.tar.bz2 |
explicitely define API_SOCK to resolve compile problems using Debian/Ubuntu tools (reason why OS-depended define does not work is not fully understood)
Diffstat (limited to 'mcast')
-rw-r--r-- | mcast/tool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |