summaryrefslogtreecommitdiff
path: root/hw/xgl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xgl/Makefile.am')
-rw-r--r--hw/xgl/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am
deleted file mode 100644
index 261c12c0a..000000000
--- a/hw/xgl/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDES = \
- @XGL_INCS@ \
- @XSERVER_CFLAGS@
-
-bin_PROGRAMS = Xgl
-
-Xgl_SOURCES = \
- xglgc.c \
- xglinit.c \
- xglinput.c \
- xgloutput.c \
- xglpixmap.c \
- xglspans.c
-
-Xgl_LDADD = \
- @XGL_LIBS@ \
- @XSERVER_LIBS@