From 92ce9c38fd5e2260ca2a707548c4de13a6002a1b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 5 Sep 2012 21:08:39 -0700 Subject: Remove hacks for static Makefiles v2: Andreas Boll - don't remove compatibility with scripts for the old build system v3: Andreas Boll - remove more obsolete hacks v4: Andreas Boll - add a previously removed TOP variable to fix vgapi build --- src/gallium/winsys/sw/wayland/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/winsys/sw/wayland') diff --git a/src/gallium/winsys/sw/wayland/Makefile.am b/src/gallium/winsys/sw/wayland/Makefile.am index 1f61e58d679..40ec7d92d1e 100644 --- a/src/gallium/winsys/sw/wayland/Makefile.am +++ b/src/gallium/winsys/sw/wayland/Makefile.am @@ -29,7 +29,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libws_wayland.la libws_wayland_la_SOURCES = wayland_sw_winsys.c - -#XXX: Delete this when all targets using the ws_wayland winsys are converted to automake. -all-local: libws_wayland.la - ln -f $(builddir)/.libs/libws_wayland.a $(builddir)/libws_wayland.a -- cgit v1.2.3