From 434af38f8d19c61fdcfa611644c29dbe73f9f3a9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 22 Jan 2019 14:42:14 +0100 Subject: automake: Ditch all EXTRA_DIST directives We're not using automake to build tarballs anymore. Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- lib/tests/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/tests') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index ad585b77..789fc551 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -22,7 +22,3 @@ LDADD = ../libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS) $(LIBUNWIND_LIBS) $(T LDADD += $(CAIRO_LIBS) $(LIBUDEV_LIBS) $(GLIB_LIBS) -lm AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS) - -EXTRA_DIST = \ - meson.build \ - $(NULL) -- cgit v1.2.3