mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-24 01:24:52 +00:00
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>
This commit is contained in:
committed by
Martin-Éric Racine
parent
fc99571148
commit
5f228208cc
@@ -45,7 +45,6 @@ AM_MAINTAINER_MODE
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
AM_PROG_AS
|
||||
|
||||
AH_TOP([#include "xorg-server.h"])
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user