build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.
This commit is contained in:
Sebastian Huber
2018-03-30 20:42:21 +02:00
parent 0b8a6d77a8
commit 2d0bc839ed
118 changed files with 0 additions and 529 deletions

View File

@@ -58,12 +58,6 @@ _SUBDIRS += mrfs_fsscandir01
_SUBDIRS += mrfs_fssymlink
_SUBDIRS += mrfs_fstime
EXTRA_DIST =
EXTRA_DIST += support/ramdisk_support.c
EXTRA_DIST += support/ramdisk_support.h
EXTRA_DIST += support/fstest_support.c
EXTRA_DIST += support/fstest_support.h
EXTRA_DIST += support/fstest.h
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am