summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am1
-rw-r--r--examples/mac.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5a76ecf..6875c21 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,6 +4,7 @@ endif
if OSX
MAC=mac
+mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit
endif
noinst_HEADERS=radon.h
diff --git a/examples/mac.c b/examples/mac.c
index eec4bcc..195e58f 100644
--- a/examples/mac.c
+++ b/examples/mac.c
@@ -27,8 +27,6 @@
*
*/
-#define LOCAL_CONTROL
-
#ifdef LOCAL_CONTROL
#include "1instance.c"
#endif