diff --git a/ChangeLog b/ChangeLog index aadfc9b04..0bb3649a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-16 Eric Anholt + + * Xext/Makefile.am: + Fix build of Xorg by putting xf86bigfont back into builtin instead of + module sources list. + 2006-02-16 Eric Anholt * configure.ac: 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