diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-12 17:42:30 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-12 22:09:42 -0400 |
commit | 30021d799397173b828629c1d5b0227edf2b7ae1 (patch) | |
tree | 3baec6cd990283be83fa5327867fa4771f793385 /compositor/Makefile.am | |
parent | 0793756d525f3d1309ca180d6e549f7a3dd6380b (diff) |
Move switcher behaviour into switcher.c
Diffstat (limited to 'compositor/Makefile.am')
-rw-r--r-- | compositor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compositor/Makefile.am b/compositor/Makefile.am index e90830ad..efee1fee 100644 --- a/compositor/Makefile.am +++ b/compositor/Makefile.am @@ -27,6 +27,7 @@ compositor_SOURCES = \ compositor.c \ compositor.h \ shell.c \ + switcher.c \ screenshooter.c \ screenshooter-protocol.c \ screenshooter-server-protocol.h \ |