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>main
parent
9c924e8235
commit
58459a57fa
|
@ -1,10 +1,9 @@
|
|||
AM_CPPFLAGS = \
|
||||
AM_CFLAGS = \
|
||||
$(WARN_CFLAGS) \
|
||||
-I$(top_srcdir)/include/drm \
|
||||
-I$(top_srcdir)/nouveau \
|
||||
-I$(top_srcdir)
|
||||
|
||||
AM_CFLAGS = $(WARN_CFLAGS)
|
||||
|
||||
LDADD = \
|
||||
../../nouveau/libdrm_nouveau.la \
|
||||
../../libdrm.la \
|
||||
|
|
Loading…
Reference in New Issue