mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 19:00:08 +01:00
xfree86: bus: assign PCI_SOURCES with the actual source files
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
18b2d2e8bd
commit
7360235ecc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
noinst_LTLIBRARIES = libbus.la
|
||||
sdk_HEADERS = xf86Pci.h
|
||||
|
||||
PCI_SOURCES =
|
||||
PCI_SOURCES = Pci.c Pci.h
|
||||
|
||||
if XORG_BUS_LINUXPCI
|
||||
PCI_SOURCES += linuxPci.c
|
||||
|
|
@ -16,7 +16,7 @@ PLATFORM_SOURCES = Sbus.c
|
|||
sdk_HEADERS += xf86Sbus.h
|
||||
endif
|
||||
|
||||
libbus_la_SOURCES = Pci.c Pci.h $(PCI_SOURCES) $(PLATFORM_SOURCES)
|
||||
libbus_la_SOURCES = $(PCI_SOURCES) $(PLATFORM_SOURCES)
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue