diff options
Diffstat (limited to 'src/gallium/winsys/sw/wayland/Makefile')
-rw-r--r-- | src/gallium/winsys/sw/wayland/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/winsys/sw/wayland/Makefile b/src/gallium/winsys/sw/wayland/Makefile deleted file mode 100644 index b3f2081686e..00000000000 --- a/src/gallium/winsys/sw/wayland/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -TOP = ../../../../.. -include $(TOP)/configs/current - -LIBNAME = ws_wayland - -LIBRARY_INCLUDES = $(WAYLAND_CFLAGS) - -LIBRARY_DEFINES = - -C_SOURCES = \ - wayland_sw_winsys.c - -include ../../../Makefile.template |