perl: Integrate the mup interface from https://github.com/StAlphonsos/mup
This commit is contained in:
@ -28,7 +28,13 @@ else
|
||||
mu4e=
|
||||
endif
|
||||
|
||||
SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys
|
||||
if BUILD_PERL
|
||||
perl=perl
|
||||
else
|
||||
perl=
|
||||
endif
|
||||
|
||||
SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys $(perl)
|
||||
|
||||
ACLOCAL_AMFLAGS=-I m4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user