Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.
Attempt to build xeglmodule.c, not xglxmodule.c. Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same treatment as _SOURCES in terms of automatically DISTing.
This commit is contained in:
parent
4fc9eb592a
commit
2949c705f1
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2006-01-10 Daniel Stone <daniel@freedesktop.org>
|
||||||
|
|
||||||
|
* hw/xgl/**/Makefile.am:
|
||||||
|
* hw/kdrive/**/Makefile.am:
|
||||||
|
Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.
|
||||||
|
|
||||||
|
* hw/xgl/egl/Makefile.am:
|
||||||
|
Attempt to build xeglmodule.c, not xglxmodule.c.
|
||||||
|
|
||||||
|
* hw/xfree86/os-support/bus/Makefile.am:
|
||||||
|
Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same
|
||||||
|
treatment as _SOURCES in terms of automatically DISTing.
|
||||||
|
|
||||||
2006-01-08 Adam Jackson <ajax@freedesktop.org>
|
2006-01-08 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* hw/xfree86/loader/dixsym.c:
|
* hw/xfree86/loader/dixsym.c:
|
||||||
|
|
|
@ -23,3 +23,6 @@ SUBDIRS = \
|
||||||
$(VESA_SUBDIRS) \
|
$(VESA_SUBDIRS) \
|
||||||
$(XEPHYR_SUBDIRS) \
|
$(XEPHYR_SUBDIRS) \
|
||||||
fake
|
fake
|
||||||
|
|
||||||
|
DIST_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
|
||||||
|
smi via fbdev sdl ephyr src linux fake sis300
|
||||||
|
|
|
@ -54,3 +54,5 @@ libbus_la_SOURCES = Pci.c Pci.h $(PCI_SOURCES) $(PLATFORM_PCI_SOURCES) \
|
||||||
INCLUDES = $(XORG_INCS)
|
INCLUDES = $(XORG_INCS)
|
||||||
|
|
||||||
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
||||||
|
|
||||||
|
EXTRA_DIST = $(sdk_HEADERS)
|
||||||
|
|
|
@ -10,6 +10,8 @@ if XEGL
|
||||||
XEGL_SUBDIRS = egl
|
XEGL_SUBDIRS = egl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
DIST_SUBDIRS = glxext glx egl
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
. \
|
. \
|
||||||
$(GLX_SUBDIRS) \
|
$(GLX_SUBDIRS) \
|
||||||
|
@ -52,6 +54,9 @@ libxgl_a_SOURCES = \
|
||||||
xglloader.c \
|
xglloader.c \
|
||||||
xglglx.c
|
xglglx.c
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
xglmodule.h
|
||||||
|
|
||||||
Xgl_LDFLAGS = -export-dynamic
|
Xgl_LDFLAGS = -export-dynamic
|
||||||
Xgl_SOURCES = \
|
Xgl_SOURCES = \
|
||||||
xglinit.c \
|
xglinit.c \
|
||||||
|
|
|
@ -2,6 +2,8 @@ if XGL
|
||||||
XGL_MODULE_DIRS = module
|
XGL_MODULE_DIRS = module
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
DIST_SUBDIRS = module
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
. \
|
. \
|
||||||
$(XGL_MODULE_DIRS)
|
$(XGL_MODULE_DIRS)
|
||||||
|
@ -25,7 +27,7 @@ libxegl_la_SOURCES = \
|
||||||
Xegl_DEPENDENCIES = @XEGL_LIBS@
|
Xegl_DEPENDENCIES = @XEGL_LIBS@
|
||||||
Xegl_LDFLAGS = -export-dynamic
|
Xegl_LDFLAGS = -export-dynamic
|
||||||
Xegl_SOURCES = \
|
Xegl_SOURCES = \
|
||||||
xglxinit.c \
|
xeglinit.c \
|
||||||
$(top_srcdir)/mi/miinitext.c \
|
$(top_srcdir)/mi/miinitext.c \
|
||||||
$(top_srcdir)/Xext/dpmsstubs.c \
|
$(top_srcdir)/Xext/dpmsstubs.c \
|
||||||
$(top_srcdir)/Xi/stubs.c \
|
$(top_srcdir)/Xi/stubs.c \
|
||||||
|
|
|
@ -2,6 +2,8 @@ if XGL
|
||||||
XGL_MODULE_DIRS = module
|
XGL_MODULE_DIRS = module
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
DIST_SUBDIRS = module
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
. \
|
. \
|
||||||
$(XGL_MODULE_DIRS)
|
$(XGL_MODULE_DIRS)
|
||||||
|
|
Loading…
Reference in New Issue