From dad1f01c5b79dcf103fbb8df10b7173e1d023e65 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Fri, 27 Aug 2010 10:04:26 +0100 Subject: [PATCH] Fixed incorrect location of regin.h in the previous commit region.h lives in include, not ui --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bd8ed5876..1ff441763 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -141,7 +141,7 @@ libmutter_private_la_SOURCES= \ include/common.h \ ui/preview-widget.c \ ui/preview-widget.h \ - ui/region.h \ + include/region.h \ ui/theme-parser.c \ ui/theme-parser.h \ ui/theme.c \