mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 12:18:09 +02:00
fixup configure.ac problems with DRI_SOURCES and LBX_SOURCES
This commit is contained in:
parent
0755ba0686
commit
7c639791be
4 changed files with 3 additions and 5 deletions
|
|
@ -45,8 +45,7 @@ libati_a_SOURCES = \
|
|||
ati_reg.h \
|
||||
r128_composite.c \
|
||||
ati_video.c \
|
||||
radeon_composite.c \
|
||||
$(DRI_SOURCES)
|
||||
radeon_composite.c
|
||||
|
||||
Xati_SOURCES = \
|
||||
ati_stub.c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
|
||||
SUBDIRS = bus @XORG_OS_SUBDIR@ misc
|
||||
DIST_SUBDIRS = bsd bus misc linux lynxos solaris sysv sco usl hurd
|
||||
|
||||
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ libbsd_la_SOURCES = \
|
|||
$(AGP_SOURCES) \
|
||||
$(APM_SOURCES) \
|
||||
$(AXP_SOURCES) \
|
||||
$(DRI_SOURCES) \
|
||||
$(KMOD_SOURCES) \
|
||||
$(RES_SOURCES)
|
||||
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ libcwrapper_la_CFLAGS = \
|
|||
$(AM_CFLAGS)
|
||||
|
||||
EXTRA_DIST = $(K5AUTH_SOURCES) $(SECURERPC_SOURCES) $(INTERNALMALLOC_SOURCES) \
|
||||
$(XCSECURITY_SOURCES) $(XDMCP_SOURCES) $(LBX_SOURCES) $(STRLCAT_SOURCES)
|
||||
$(XCSECURITY_SOURCES) $(XDMCP_SOURCES) $(STRLCAT_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue