diff --git a/src/Makefile.am b/src/Makefile.am index df7c65c..c506f57 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,19 @@ r128_drv_la_SOURCES = \ r128_accel.c r128_cursor.c r128_dga.c r128_driver.c \ r128_video.c r128_misc.c r128_probe.c $(R128_DRI_SRCS) +theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la +theatre_detect_drv_la_LDFLAGS = -module -avoid-version +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@/multimedia + +theatre_drv_la_SOURCES = \ + theatre.c theatre_module.c + EXTRA_DIST = \ r128_common.h \ r128_dri.h \ @@ -48,4 +61,9 @@ EXTRA_DIST = \ r128_reg.h \ r128_sarea.h \ r128_version.h \ - atipcirename.h + atipcirename.h \ + generic_bus.h \ + theatre_detect.h \ + theatre.h \ + theatre_reg.h +