mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-21 17:44:04 +08:00
Do not define DIST_SUBDIRS when not needed
DIST_SUBDIRS is automatically populated with all possible values of
SUBDIRS in all conditions:
https://www.gnu.org/software/automake/manual/html_node/SUBDIRS-vs-DIST_005fSUBDIRS.html
This means it is usually not needed to explicitely set it but in
examples/, where some dirs are never added to SUBDIRS.
This commit is contained in:
@@ -54,6 +54,8 @@ SUBDIRS += \
|
||||
endif
|
||||
endif
|
||||
|
||||
# Here DIST_SUBDIRS needs to be explicitely defined because
|
||||
# dc_rtai, mini and rtai are never added to `SUBDIRS`
|
||||
DIST_SUBDIRS = \
|
||||
dc_rtai \
|
||||
dc_user \
|
||||
|
||||
Reference in New Issue
Block a user