wcap: Rename wcap-encode to just wcap

This commit is contained in:
Kristian Høgsberg 2012-05-25 18:03:52 -04:00
parent b0be6075ca
commit 2bcb2fc1fd
20 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
SUBDIRS = shared src clients wcap-decode data protocol tests
SUBDIRS = shared src clients wcap data protocol tests
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install

View File

@ -198,7 +198,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/xwayland/Makefile
clients/Makefile
wcap-decode/Makefile
wcap/Makefile
data/Makefile
protocol/Makefile
tests/Makefile])

View File

@ -31,7 +31,7 @@
#include "compositor.h"
#include "screenshooter-server-protocol.h"
#include "../wcap-decode/wcap-decode.h"
#include "../wcap/wcap-decode.h"
struct screenshooter {
struct wl_object base;