diff options
author | Matt Turner <[email protected]> | 2012-08-29 15:44:25 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:08 +0100 |
commit | 1d0ef53e7bfa7579adc625b8b9330d1682a8d930 (patch) | |
tree | fb08501c2b731725aaa3e701d8c855dab25cd455 /src/gallium/winsys/sw/wayland/Makefile | |
parent | 1c9fb3c5b5f9be68647b7b8e0abc59e2c3c54fd9 (diff) |
winsys/sw/wayland: Convert to automake
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 |