Skip to content

Commit

Permalink
wcap: Rename wcap-encode to just wcap
Browse files Browse the repository at this point in the history
  • Loading branch information
krh committed May 25, 2012
1 parent b0be607 commit 2bcb2fc
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion src/screenshooter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2bcb2fc

Please sign in to comment.