diff options
Diffstat (limited to 'hw/xgl/Makefile.am')
-rw-r--r-- | hw/xgl/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am deleted file mode 100644 index eb92a9994..000000000 --- a/hw/xgl/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -SUBDIRS = . $(XGLX_DIRS) - -INCLUDES = \ - @XGL_INCS@ \ - @XSERVER_CFLAGS@ \ - @XGLSERVER_CFLAGS@ - -noinst_LIBRARIES = libxgl.a - -libxgl_a_SOURCES = \ - xglinput.c \ - xgloutput.c \ - xglcmap.c \ - xglparse.c \ - xglscreen.c \ - xglarea.c \ - xgloffscreen.c \ - xglgeometry.c \ - xglpixmap.c \ - xglsync.c \ - xglsolid.c \ - xgltile.c \ - xglcopy.c \ - xglfill.c \ - xglwindow.c \ - xglbstore.c \ - xglget.c \ - xglgc.c \ - xglshm.c \ - xglcomp.c \ - xglpict.c \ - xglglyph.c \ - xgltrap.c \ - xglhash.c \ - xglglx.c |