diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-16 21:45:12 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-16 21:45:12 +0000 |
commit | ea0b3f65f77a78df1671b09739c00762a8875607 (patch) | |
tree | c6af4a38d6601ebbdf0f6d9ab8fa706a9161dd0d /Xext | |
parent | d97f29be22e22e6f5bc23229ffa5ef087f992c8c (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.am | 2 |
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 |