[cogl/msvc-support] Update cogl/Makefile.am



commit 631f6ac7f4e9c7259e3a8c553b1eb0478daaaaf4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Aug 1 13:33:54 2011 +0800

    Update cogl/Makefile.am
    
    -Revert changes regarding the stop of distribution fo cogl-display.h
     (but keep cogl/cogl-display.h.in in the list of files for distribution)

 cogl/Makefile.am |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index a1f84c5..9bd4244 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -35,8 +35,8 @@ AM_CPPFLAGS = \
 
 AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
 
-BUILT_SOURCES += cogl-defines.h cogl-display.h
-DISTCLEANFILES += cogl-defines.h cogl-display.h
+BUILT_SOURCES += cogl-defines.h
+DISTCLEANFILES += cogl-defines.h
 EXTRA_DIST += cogl-defines.h.in cogl-display.h.in
 
 # Note: The cogl-1.0/cogl-gl-1.0 files are essentially for
@@ -96,6 +96,7 @@ cogl_experimental_h = \
 	$(srcdir)/cogl-renderer.h 		\
 	$(srcdir)/cogl-swap-chain.h 		\
 	$(srcdir)/cogl-onscreen-template.h 	\
+	$(srcdir)/cogl-display.h		\
 	$(srcdir)/cogl-context.h 		\
 	$(srcdir)/cogl2-path.h 			\
 	$(srcdir)/cogl2-clip-state.h		\
@@ -179,6 +180,7 @@ cogl_sources_c = \
 	$(srcdir)/cogl-onscreen-template.h 		\
 	$(srcdir)/cogl-onscreen-template.c 		\
 	$(srcdir)/cogl-display-private.h		\
+	$(srcdir)/cogl-display.h			\
 	$(srcdir)/cogl-display.c			\
 	$(srcdir)/cogl-internal.h			\
 	$(srcdir)/cogl.c				\
@@ -385,7 +387,7 @@ cogl_headers = \
 
 coglincludedir = $(includedir)/cogl/cogl
 coglinclude_HEADERS = $(cogl_headers) $(cogl_experimental_h)
-nodist_coglinclude_HEADERS = cogl-defines.h cogl-enum-types.h cogl-display.h
+nodist_coglinclude_HEADERS = cogl-defines.h cogl-enum-types.h
 
 dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../build/win32/vs10/cogl.vcxproj.filters
 



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