From 0552ea2e6eb0bbf786559a1f8b803e8ae0600d53 Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 9 Feb 2003 18:58:06 +0000 Subject: support for OS X is better now --- examples/Makefile.am | 1 + examples/mac.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3