[mutter] Fixed incorrect location of regin.h in the previous commit



commit dad1f01c5b79dcf103fbb8df10b7173e1d023e65
Author: Tomas Frydrych <tf linux intel com>
Date:   Fri Aug 27 10:04:26 2010 +0100

    Fixed incorrect location of regin.h in the previous commit
    
    region.h lives in include, not ui

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index bd8ed58..1ff4417 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				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]