swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 47eb93bf0c85651f72b6a86b4cab315701d16510
parent a8a080fbe498cea54d2b3455d1ed6dae201da0c1
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 17 May 2014 22:19:14 -0700

Remove remnants of xserver-protocol

Fixes #7

Diffstat:
Mlibswc/local.mk | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libswc/local.mk b/libswc/local.mk @@ -75,8 +75,7 @@ $(dir)_PACKAGES += \ SWC_SOURCES += \ libswc/xserver.c \ - libswc/xwm.c \ - protocol/xserver-protocol.c + libswc/xwm.c endif SWC_STATIC_OBJECTS = $(SWC_SOURCES:%.c=%.o) @@ -85,7 +84,6 @@ SWC_SHARED_OBJECTS = $(SWC_SOURCES:%.c=%.lo) # Explicitly state dependencies on generated files objects = $(foreach obj,$(1),$(dir)/$(obj).o $(dir)/$(obj).lo) $(call objects,drm drm_buffer): protocol/wayland-drm-server-protocol.h -$(call objects,xserver): protocol/xserver-server-protocol.h $(call objects,panel_manager panel): protocol/swc-server-protocol.h $(call objects,pointer): cursor/cursor_data.h