From 17a41dcf77c834149d134d42a09c782150e5d183 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Tue, 4 Dec 2007 16:40:54 -0800 Subject: [PATCH] more xpr cleanup --- hw/darwin/quartz/xpr/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 hw/darwin/quartz/xpr/Makefile.am diff --git a/hw/darwin/quartz/xpr/Makefile.am b/hw/darwin/quartz/xpr/Makefile.am deleted file mode 100644 index 8980ad7d3..000000000 --- a/hw/darwin/quartz/xpr/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -noinst_LIBRARIES = libxpr.a -AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) -AM_CPPFLAGS = \ - -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. \ - -I$(top_srcdir)/miext \ - -I$(top_srcdir)/miext/rootless \ - -I$(top_srcdir)/miext/rootless/safeAlpha - -libxpr_a_SOURCES = \ - appledri.c \ - dri.c \ - xprAppleWM.c \ - xprCursor.c \ - xprFrame.c \ - xprScreen.c \ - x-hash.c \ - x-hook.c \ - x-list.c - -EXTRA_DIST = \ - dri.h \ - dristruct.h \ - appledri.h \ - appledristr.h \ - x-hash.h \ - x-hook.h \ - x-list.h \ - Xplugin.h \ - xpr.h