8bd9f46d1a
* sysdeps/Makefile.am: only build 'names' subdir when necessary.
14 lines
197 B
Makefile
14 lines
197 B
Makefile
if GUILE
|
|
guile_SUBDIRS = guile
|
|
else
|
|
guile_SUBDIRS =
|
|
endif
|
|
|
|
if GLIBTOP_NAMES
|
|
names_SUBDIRS = names
|
|
else
|
|
names_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = @sysdeps_dir@ common $(names_SUBDIRS) $(guile_SUBDIRS)
|