From a02e0b3c98acfa42471182ceeec96035319a2f84 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Thu, 29 Jan 2009 15:14:25 +0000 Subject: [PATCH] Install keybindings.h --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 75690dda3..46b037ab7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,7 +51,7 @@ metacity_SOURCES= \ core/iconcache.c \ core/iconcache.h \ core/keybindings.c \ - core/keybindings.h \ + core/keybindings-private.h \ core/main.c \ include/main.h \ core/metacity-Xatomtype.h \ @@ -160,6 +160,7 @@ libmetacityinclude_HEADERS = \ include/screen.h \ include/display.h \ include/group.h \ + include/keybindings.h \ include/mutter-plugin.h metacity_theme_viewer_SOURCES= \