diff --git a/ChangeLog b/ChangeLog index abce79915..9f9bb3ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-13 Adam Jackson + + * Xext/Makefile.am: + Spell it XINERAMA_SRCS, not PANORAMIX_SRCS. + 2005-12-12 Alan Coopersmith * hw/xfree86/os-support/solaris/sun_kbdEv.c: diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 60c3e5f05..5020e244b 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -138,7 +138,7 @@ EXTRA_DIST = \ $(RES_SRCS) \ $(SCREENSAVER_SRCS) \ $(XCSECURITY_SRCS) \ - $(PANORAMIX_SRCS) \ + $(XINERAMA_SRCS) \ $(XEVIE_SRCS) \ $(XPRINT_SRCS) \ $(APPGROUP_SRCS) \