Hello. Is is perfectly legal to have following conditional in Makefile.am:
if SOMETHING install-data-local: anything endif So far it works for me be I must be sure that I'm not doing anything which is discouraged, violating some conventions or simply might not work. Thank you. -- DM