Add all subdirs to SUBDIRS regardless of automake conditionals.
This commit is contained in:
@ -16,12 +16,4 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
if ENABLE_PYTHON
|
||||
SUBDIRS += python
|
||||
endif
|
||||
|
||||
if ENABLE_VALA
|
||||
SUBDIRS += vala
|
||||
endif
|
||||
SUBDIRS = python vala
|
||||
|
||||
Reference in New Issue
Block a user