From 44a66ec5a01c3b4dfa046a66b80a3b7e9dfff537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 15 Jul 2005 15:02:47 +0000 Subject: Install theathre drivers in @moduledir@/multimedia --- src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ae5643e7..35fae7dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,19 +71,20 @@ radeon_drv_la_SOURCES = \ theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la theatre_detect_drv_la_LDFLAGS = -module -avoid-version -theatre_detect_drv_ladir = @moduledir@/drivers +theatre_detect_drv_ladir = @moduledir@/multimedia theatre_detect_drv_la_SOURCES = \ theatre_detect.c theatre_detect_module.c theatre_drv_la_LTLIBRARIES = theatre_drv.la theatre_drv_la_LDFLAGS = -module -avoid-version -theatre_drv_ladir = @moduledir@/drivers +theatre_drv_ladir = @moduledir@/multimedia + theatre_drv_la_SOURCES = \ theatre.c theatre_module.c theatre200_drv_la_LTLIBRARIES = theatre200_drv.la theatre200_drv_la_LDFLAGS = -module -avoid-version -theatre200_drv_ladir = @moduledir@/drivers +theatre200_drv_ladir = @moduledir@/multimedia theatre200_drv_la_SOURCES = \ theatre200.c theatre200_module.c -- cgit v1.2.3