Remove sun_inout.s so make dist works (discussed with Alan Coopersmith).
This commit is contained in:
parent
344a24b622
commit
ff22adc097
|
@ -1,3 +1,8 @@
|
||||||
|
2005-08-25 Kristian Høgsberg <krh@redhat.com>
|
||||||
|
|
||||||
|
* 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 <sandmann@redhat.com>
|
Wed Aug 24 15:39:07 2005 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
* configure.ac: Add GLX_{INC,LIBS} for xprint.
|
* configure.ac: Add GLX_{INC,LIBS} for xprint.
|
||||||
|
|
|
@ -38,5 +38,5 @@ AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS)
|
||||||
|
|
||||||
INCLUDES = $(XORG_INCS)
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue