diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-17 07:18:59 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-17 07:18:59 +0000 |
commit | 1859c62607d567aa05334df1662f7249c983f793 (patch) | |
tree | a5905411c6a734e9d968e172324cd3430100e1fd /hw/xfree86/os-support/linux/int10 | |
parent | ccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb (diff) |
include/dix-config.h.in Add support for more extensions
Add missing files to EXTRA_DIST
Diffstat (limited to 'hw/xfree86/os-support/linux/int10')
-rw-r--r-- | hw/xfree86/os-support/linux/int10/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/xfree86/os-support/linux/int10/Makefile.am b/hw/xfree86/os-support/linux/int10/Makefile.am deleted file mode 100644 index d944053ec..000000000 --- a/hw/xfree86/os-support/linux/int10/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -INCLUDES = -I$(srcdir)/../../../int10 - -AM_CFLAGS = $(XORG_CFLAGS) - -noinst_LIBRARIES = libxorglinuxint10.a -libxorglinuxint10_a_SOURCES = linux.c ../../../int10/helper_mem.c \ - ../../../int10/pci.c \ - ../../../int10/xf86int10module.c |