summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2017-01-27 10:15:45 -0600
committerEmil Velikov2017-01-27 10:15:45 -0600
commit58459a57fa7202ca2c1f10607ac2d91c6c05f55f (patch)
tree1eb516d06af5e6c1cd1e6b0764d12a038d3df105
parent9c924e823543d24476d73b3f5878935552f31891 (diff)
downloadexternal-libdrm-58459a57fa7202ca2c1f10607ac2d91c6c05f55f.tar.gz
external-libdrm-58459a57fa7202ca2c1f10607ac2d91c6c05f55f.tar.xz
external-libdrm-58459a57fa7202ca2c1f10607ac2d91c6c05f55f.zip
tests/nouveau: automake: fold C and CPP flags
Since we don't have any C++ souces this should be a no-op. Folding the two seems to be the common practise throughout the repo. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--tests/nouveau/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/nouveau/Makefile.am b/tests/nouveau/Makefile.am
index c4f6e299..225d6e64 100644
--- a/tests/nouveau/Makefile.am
+++ b/tests/nouveau/Makefile.am
@@ -1,10 +1,9 @@
1AM_CPPFLAGS = \ 1AM_CFLAGS = \
2 $(WARN_CFLAGS) \
2 -I$(top_srcdir)/include/drm \ 3 -I$(top_srcdir)/include/drm \
3 -I$(top_srcdir)/nouveau \ 4 -I$(top_srcdir)/nouveau \
4 -I$(top_srcdir) 5 -I$(top_srcdir)
5 6
6AM_CFLAGS = $(WARN_CFLAGS)
7
8LDADD = \ 7LDADD = \
9 ../../nouveau/libdrm_nouveau.la \ 8 ../../nouveau/libdrm_nouveau.la \
10 ../../libdrm.la \ 9 ../../libdrm.la \