From 5bdb2a95df7272112df60b42b6025cbceea74b15 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 25 Jan 2009 20:50:02 +0100 Subject: Make linux-dependant part use #ifdef LINUX --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88e4062..0cb662a 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -W CFLAGS+=-g CFLAGS+=-DPREFIX=\"\" +ifeq ($(shell uname),Linux) +CFLAGS+=-DLINUX +endif + wmiistatus: wmiistatus.o wmiistatus.h config.h config.o clean: -- cgit v1.2.3