summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-01 20:18:30 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-06-01 20:18:30 +0000
commitc9468177486833d521ec62c7b0266b4be8200de7 (patch)
tree5d6976c35147d5d16c22350032661a37f53d8f5f /hw/xfree86/loader/Makefile.am
parenta3a4221495dfe4cc0a3874a08dd5364ef45a7f2e (diff)
Kill a.out, COFF and ELF loaders with FIRE.
Diffstat (limited to 'hw/xfree86/loader/Makefile.am')
-rw-r--r--hw/xfree86/loader/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/xfree86/loader/Makefile.am b/hw/xfree86/loader/Makefile.am
index ad5d23c6f..684087eae 100644
--- a/hw/xfree86/loader/Makefile.am
+++ b/hw/xfree86/loader/Makefile.am
@@ -13,18 +13,8 @@ if XORG_LOADER_SPARC
SPARC_SOURCES = SparcMulDiv.S
endif
-sdk_HEADERS = \
- elf.h
-
EXTRA_DIST = \
- aout.h \
- aoutloader.h \
- ar.h \
- coff.h \
- coffloader.h \
dlloader.h \
- elf.h \
- elfloader.h \
hash.h \
loader.h \
loaderProcs.h \
@@ -37,10 +27,7 @@ libloader_a_SOURCES = \
loadext.c \
loadmod.c \
loadfont.c \
- aoutloader.c \
dlloader.c \
- elfloader.c \
- coffloader.c \
os.c \
dixsym.c \
extsym.c \