diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-23 15:50:01 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-08-26 16:22:13 +0300 |
commit | 08abd1be7b2754ff436ff6e82d747e69ee992d71 (patch) | |
tree | 20fb13ef7c4f9b37aa4685e6c1ee2dfe0afeb873 /src | |
parent | b9ab603b12e2c5cbac6c3c9a0e5101c9719518db (diff) |
s/g/w/s/remote_xlib: fix Makefile LIBNAME
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/sw/remote_xlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/sw/remote_xlib/Makefile b/src/gallium/winsys/sw/remote_xlib/Makefile index 7f49e3aba4..49f1698ce3 100644 --- a/src/gallium/winsys/sw/remote_xlib/Makefile +++ b/src/gallium/winsys/sw/remote_xlib/Makefile @@ -1,7 +1,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -LIBNAME = ws_xlib +LIBNAME = ws_remote_xlib LIBRARY_INCLUDES = \ -I$(TOP)/src/gallium/drivers/remote \ |