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:
Daniel Stone 2006-01-10 03:23:05 +00:00
parent 4fc9eb592a
commit 2949c705f1
8 changed files with 30 additions and 3 deletions

View File

@ -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>
* hw/xfree86/loader/dixsym.c:

View File

@ -23,3 +23,6 @@ SUBDIRS = \
$(VESA_SUBDIRS) \
$(XEPHYR_SUBDIRS) \
fake
DIST_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
smi via fbdev sdl ephyr src linux fake sis300

View File

@ -54,3 +54,5 @@ libbus_la_SOURCES = Pci.c Pci.h $(PCI_SOURCES) $(PLATFORM_PCI_SOURCES) \
INCLUDES = $(XORG_INCS)
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
EXTRA_DIST = $(sdk_HEADERS)

View File

@ -10,6 +10,8 @@ if XEGL
XEGL_SUBDIRS = egl
endif
DIST_SUBDIRS = glxext glx egl
SUBDIRS = \
. \
$(GLX_SUBDIRS) \
@ -52,6 +54,9 @@ libxgl_a_SOURCES = \
xglloader.c \
xglglx.c
EXTRA_DIST = \
xglmodule.h
Xgl_LDFLAGS = -export-dynamic
Xgl_SOURCES = \
xglinit.c \

View File

@ -2,6 +2,8 @@ if XGL
XGL_MODULE_DIRS = module
endif
DIST_SUBDIRS = module
SUBDIRS = \
. \
$(XGL_MODULE_DIRS)
@ -25,7 +27,7 @@ libxegl_la_SOURCES = \
Xegl_DEPENDENCIES = @XEGL_LIBS@
Xegl_LDFLAGS = -export-dynamic
Xegl_SOURCES = \
xglxinit.c \
xeglinit.c \
$(top_srcdir)/mi/miinitext.c \
$(top_srcdir)/Xext/dpmsstubs.c \
$(top_srcdir)/Xi/stubs.c \

View File

@ -11,4 +11,4 @@ libxegl_la_LIBADD = \
moduledir = @xglmoduledir@
module_LTLIBRARIES = libxegl.la
module_LTLIBRARIES = libxegl.la

View File

@ -2,6 +2,8 @@ if XGL
XGL_MODULE_DIRS = module
endif
DIST_SUBDIRS = module
SUBDIRS = \
. \
$(XGL_MODULE_DIRS)

View File

@ -11,4 +11,4 @@ libxglx_la_LIBADD = \
moduledir = @xglmoduledir@
module_LTLIBRARIES = libxglx.la
module_LTLIBRARIES = libxglx.la