From dbcf104689ca368523715eb5945bcd800985799b Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Fri, 15 Jul 2005 03:39:58 +0000 Subject: [PATCH] Fix filename typo --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 57007cd4..ae5643e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,7 +73,7 @@ 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_la_SOURCES = \ - theatre.c theatre_detect_module.c + theatre_detect.c theatre_detect_module.c theatre_drv_la_LTLIBRARIES = theatre_drv.la theatre_drv_la_LDFLAGS = -module -avoid-version