[cogl] Remove the compat cogl-pango.h



commit e01612d17d72926e01445f722dc571f3e0386655
Author: Damien Lespiau <damien lespiau intel com>
Date:   Tue Jan 1 14:04:23 2013 +0000

    Remove the compat cogl-pango.h
    
    No longer needed and was just emitting an error anyway. There is a nice
    little cleanup of the Makefile.am as a result.

 cogl/Makefile.am  |    8 +-------
 cogl/cogl-pango.h |   28 ----------------------------
 2 files changed, 1 insertions(+), 35 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 4372e46..530a809 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -539,14 +539,8 @@ libcogl2_la_LDFLAGS = \
 libcogl2_la_SOURCES = $(cogl_sources_c)
 nodist_libcogl2_la_SOURCES = $(BUILT_SOURCES)
 
-# Cogl installed headers
-cogl_headers = \
-	$(cogl_public_h) \
-	$(srcdir)/cogl-pango.h \
-	$(NULL)
-
 coglincludedir = $(includedir)/cogl2/cogl
-coglinclude_HEADERS = $(cogl_headers) $(cogl_experimental_h)
+coglinclude_HEADERS = $(cogl_public_h) $(cogl_experimental_h)
 nodist_coglinclude_HEADERS = $(cogl_nodist_experimental_h) cogl-defines.h
 if USE_GLIB
 nodist_coglinclude_HEADERS += cogl-enum-types.h



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