From 739da87bbad04d3f02521f7b79fc5bd381e30fbc Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 1 Jun 2002 19:30:58 +0000 Subject: Stick to our if/endif statements. CVS patchset: 1983 CVS date: 2002/06/01 19:30:58 --- src/video_out/libdha/kernelhelper/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video_out/libdha/kernelhelper/Makefile.am b/src/video_out/libdha/kernelhelper/Makefile.am index 1808a3e39..5984a9f86 100644 --- a/src/video_out/libdha/kernelhelper/Makefile.am +++ b/src/video_out/libdha/kernelhelper/Makefile.am @@ -3,13 +3,14 @@ EXTRA_DIST = README dhahelper.c CFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE -## CLEAN ME KVERSION = $(shell $(SHELL) -c 'uname -r') moddir = /lib/modules/$(KVERSION)/misc KCOMPILE = $(CC) $(CFLAGS) $(INCLUDES) $(LINUX_INCLUDE) -@HAVE_LINUX_TRUE@KERNEL_MODULE = dhahelper.o +if HAVE_LINUX +KERNEL_MODULE = dhahelper.o +endif noinst_HEADERS = dhahelper.h -- cgit v1.2.3