summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-22 14:42:14 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:10:49 +0100
commit434af38f8d19c61fdcfa611644c29dbe73f9f3a9 (patch)
tree42046886a6b249d6a73545146fec1342e2298d39 /lib/Makefile.am
parentfe42d8387480a4fe3dc4183680432a30db4c3aa3 (diff)
automake: Ditch all EXTRA_DIST directives
We're not using automake to build tarballs anymore. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 388b8b00..f0bf6459 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -94,9 +94,3 @@ libintel_tools_la_LIBADD = \
$(PIXMAN_LIBS) \
$(GLIB_LIBS) \
-lm
-
-EXTRA_DIST = \
- dummy.c \
- meson.build \
- version.h.in \
- $(NULL)