summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-11-16 20:14:08 -0500
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2011-11-21 10:33:10 +0200
commit5f228208cc65348e35aa24b6cddae1df19b67fa5 (patch)
tree3b8404aaf55a65ce4efbb8e6d01ede130d25b54a /src
parentfc9957114875edb94cba89a4f4f0e023f2c98bfb (diff)
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 <memsize@videotron.ca>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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