diff --git a/ChangeLog b/ChangeLog index 3e3216940..dadb3dd17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Kristian Høgsberg + + * hw/xfree86/os-support/solaris/Makefile.am (EXTRA_DIST): Remove + sun_inout.s so make dist works (discussed with Alan Coopersmith). + Wed Aug 24 15:39:07 2005 Søren Sandmann * configure.ac: Add GLX_{INC,LIBS} for xprint. diff --git a/hw/xfree86/os-support/solaris/Makefile.am b/hw/xfree86/os-support/solaris/Makefile.am index 388a9b340..325574699 100644 --- a/hw/xfree86/os-support/solaris/Makefile.am +++ b/hw/xfree86/os-support/solaris/Makefile.am @@ -38,5 +38,5 @@ AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) INCLUDES = $(XORG_INCS) -EXTRA_DIST = sun_inout.s solaris-amd64.S solaris-ia32.S solaris-sparcv8plus.S +EXTRA_DIST = solaris-amd64.S solaris-ia32.S solaris-sparcv8plus.S