From 811b4f2b745e4fb573e085b0fbbe9313e0d0cf33 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 2 Jun 2002 23:48:47 +0000 Subject: Fix for versioned kernel symbols. CVS patchset: 1987 CVS date: 2002/06/02 23:48:47 --- src/video_out/libdha/kernelhelper/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/libdha/kernelhelper/Makefile.am b/src/video_out/libdha/kernelhelper/Makefile.am index 5984a9f86..f11939fda 100644 --- a/src/video_out/libdha/kernelhelper/Makefile.am +++ b/src/video_out/libdha/kernelhelper/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = README dhahelper.c -CFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE +CFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE -include `echo @LINUX_INCLUDE@ | sed -e 's/\-I//g'`/linux/modversions.h KVERSION = $(shell $(SHELL) -c 'uname -r') moddir = /lib/modules/$(KVERSION)/misc -- cgit v1.2.3