From 5f228208cc65348e35aa24b6cddae1df19b67fa5 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 16 Nov 2011 20:14:08 -0500 Subject: Remove unrequired .s assembly files automake support Only the suffixes .s, .S, and .sx are recognized by automake as being files containing assembly code. http://www.gnu.org/software/automake/manual/automake.html#Assembly-Support Signed-off-by: Gaetan Nadon --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 3ae5e5c..d940365 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,6 @@ AM_CFLAGS = @XORG_CFLAGS@ \ -DHAVE_GX -DHAVE_LX -DOPT_ACCEL \ @AMD_CFLAGS@ -AM_CCASFLAGS = @XORG_CFLAGS@ geode_drv_la_LTLIBRARIES = geode_drv.la geode_drv_la_LDFLAGS = -module -avoid-version geode_drv_ladir = @moduledir@/drivers -- cgit v1.2.3