*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
menu "Mail Utilities"
|
||||
|
||||
INSERT
|
||||
|
||||
config MAKEMIME
|
||||
bool "makemime"
|
||||
default y
|
||||
|
@@ -5,6 +5,8 @@
|
||||
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
||||
|
||||
lib-y:=
|
||||
|
||||
INSERT
|
||||
lib-$(CONFIG_MAKEMIME) += mime.o mail.o
|
||||
lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o
|
||||
lib-$(CONFIG_REFORMIME) += mime.o mail.o
|
||||
|
Reference in New Issue
Block a user