summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-02-15 13:27:37 +0100
committerDave Airlie <airlied@redhat.com>2016-02-17 14:33:19 +1000
commit41da00bc2abd0b10b7419a3610d217b87cd36f8c (patch)
tree7d3975d7f85d64197a68d684998652b4b1754123
parentd713cd1c9c167fd5e7c885f0bad9d1894519e95d (diff)
build-sys: remove unused directories
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8f6538a..c150c6d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,11 +4,8 @@ AM_LDFLAGS = -lgbm -lm -ldl \
$(CODE_COVERAGE_LDFLAGS)
AM_CFLAGS = \
- -I$(top_srcdir)/src/gallium/drivers/virgl \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
- -I$(top_srcdir)/src/gallium/drivers \
- -I$(top_srcdir)/include \
$(DEFINES) \
$(PIC_FLAGS) \
$(LIBDRM_CFLAGS) \
@@ -50,4 +47,3 @@ libvirglrendererinclude_HEADERS = virglrenderer.h
EXTRA_DIST = gallium/include
-include $(top_srcdir)/git.mk
-