[Glamor] [PATCH 8/8] libglamoregl: remove -I$(top_srcdir)/src

Gaetan Nadon memsize at videotron.ca
Tue Dec 10 08:13:32 PST 2013


Automake always provide -I. It is at the beginning of the list of compiler
options.

Not needed either to find glamor_egl.c source.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/Makefile.am |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 79ea959..2fd521f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,11 +59,10 @@ module_LTLIBRARIES = $(LIBGLAMOREGL)
 libglamoregl_la_DEPENDENCIES = libglamor.la
 libglamoregl_la_LDFLAGS = -avoid-version -module
 libglamoregl_la_LIBADD = $(EGL_LIBS) $(GLX_SYS_LIBS) $(GBM_LIBS) libglamor.la
-libglamoregl_la_SOURCES = glamor_eglmodule.c $(top_srcdir)/src/glamor_egl.c
+libglamoregl_la_SOURCES = glamor_eglmodule.c glamor_egl.c
 libglamoregl_la_CFLAGS = \
 	$(AM_CFLAGS) \
 	$(GLX_DEFINES) \
-	-I$(top_srcdir)/src \
 	$(LIBDRM_CFLAGS) \
 	$(EGL_CFLAGS) \
 	$(GBM_CFLAGS)
-- 
1.7.9.5



More information about the Glamor mailing list