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

@@ -13,9 +13,7 @@ _SUBDIRS = node1 node2
#mptest_exe_SOURCES = mptest.adb mptest.ads
#EXTRA_DIST += node1/mptest-per_node_configuration.adb
#EXTRA_DIST += node2/mptest-per_node_configuration.adb
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am