summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-02-10 12:36:26 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2016-02-10 12:36:26 +0100
commitb989f3a9f8e43bba62572a772bb6bc3f5ba8c99e (patch)
tree2fc4e7e32ec2ad898e33eb786e03898a017cc818
parent7b776ec86658d1efeff8b92956a2f4b19c54e58c (diff)
build-sys: remove unused directories
Signed-off-by: Marc-André Lureau <marcandre.lureau@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 61cf879..370e37b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,11 +4,8 @@ AM_LDFLAGS = -lgbm -lm -ldl -I./gallium/include \
$(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
-