wcap: Rename wcap-encode to just wcap
This commit is contained in:
parent
b0be6075ca
commit
2bcb2fc1fd
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue