summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-12-10 11:13:32 -0500
committerEric Anholt <eric@anholt.net>2013-12-18 11:23:54 -0800
commit4dd62d7807b47efbc9065ae8f17f73e1ec6e9d26 (patch)
tree55d1eb991650a4a4fc3de2800322c7567a8e59bf
parent08c23ff8aefe80f2940ecb90adda27156084f57c (diff)
libglamoregl: remove -I$(top_srcdir)/srcglamor-external-rebase
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@videotron.ca> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r--glamor/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am
index 79ea95919..2fd521f11 100644
--- a/glamor/Makefile.am
+++ b/glamor/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)