[xserver-commit] xfree86/os-support/bus Makefile.am,NONE,1.1

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xfree86/os-support/bus
In directory pdx:/home/daniel/src/xserver/hw/xfree86/os-support/bus

Added Files:
	Makefile.am 
Log Message:
Checkin #3: Makefile.am's, files that've been moved and/or added.

--- NEW FILE: Makefile.am ---
lib_LIBRARIES = libxf86bus.a
OSPCISOURCES = linuxPci.c
libxf86bus_a_SOURCES = Pci.c $(OSPCISOURCES)
INCLUDES = $(XF86_INCS)
AM_CFLAGS = $(XF86_CFLAGS)