From 5d07e7691fd0a7eb4278deba0009e3ba4db837aa Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sun, 13 Nov 2011 13:10:31 +0000 Subject: [PATCH] evas: actually include Evas_GL.h in the tarball, just don't install it. SVN revision: 65131 --- legacy/evas/src/lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/evas/src/lib/Makefile.am b/legacy/evas/src/lib/Makefile.am index e206095..6b1011a 100644 --- a/legacy/evas/src/lib/Makefile.am +++ b/legacy/evas/src/lib/Makefile.am @@ -255,4 +255,7 @@ endif libevas_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@ +### Evas_GL we are still using it in our code, so just don't install it. +EXTRA_DIST=Evas_GL.h + DIST_SUBDIRS = canvas cache cserve file engines include -- 2.7.4