diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/libdha/kernelhelper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |