summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2019-02-20 09:33:31 -0800
committerKevin Brace <kevinbrace@gmx.com>2019-02-20 09:38:50 -0800
commitee3504d959ccd08614e2f12037525ba07d03bef2 (patch)
treeccb446593320def10fd5156e1300e65d6e0427be
parenta4a45b7a29d8ab8dc67b9b5c9c0833a1a4492130 (diff)
downloadxorg-driver-xf86-video-cirrus-ee3504d959ccd08614e2f12037525ba07d03bef2.tar.gz
Fix for a compilation error when compiling XAA related files
When commit 27f85fc523102f89c3fc1546ae500816ccbffc8a (Don't build split alpine and laguna support) merged Alpine and Laguna support, it missed a backslash ('\') to denote the next line for XAA related files. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ceb828..bc8732d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,7 +48,7 @@ cirrus_drv_la_SOURCES = \
if XAA
cirrus_drv_la_SOURCES += \
alp_xaa.c \
- alp_xaam.c
+ alp_xaam.c \
lg_xaa.c \
lg_xaa.h
endif