summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-16 21:45:12 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-16 21:45:12 +0000
commitea0b3f65f77a78df1671b09739c00762a8875607 (patch)
treec6af4a38d6601ebbdf0f6d9ab8fa706a9161dd0d /Xext
parentd97f29be22e22e6f5bc23229ffa5ef087f992c8c (diff)
Fix build of Xorg by putting xf86bigfont back into builtin instead of
module sources list.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index c62e75410..ddb1923a9 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -127,7 +127,7 @@ endif
# XF86 Big Font extension
BIGFONT_SRCS = xf86bigfont.c
if XF86BIGFONT
-MODULE_SRCS += $(BIGFONT_SRCS)
+BUILTIN_SRCS += $(BIGFONT_SRCS)
endif
# DPMS extension