This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
only install pEpMIME if configured
ENGINE-814
Volker Birk
1 year ago
parent
13bcfcdaf5
commit
e0f92dac26
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
Makefile
+ 3
- 1
Makefile
View File
@ -44,10 +44,12 @@ asn1: sync
$(
MAKE
)
-C asn.1
install
:
build
install
:
$(
MAKE
)
-C src install
$(
MAKE
)
-C asn.1 install
i
f
e
q
(
$(
BUILT_IN_MIME
)
,
p
e
p
m
i
m
e
)
$(
MAKE
)
-C pEpMIME install
e
n
d
i
f
beinstall
:
$(
MAKE
)
-C src beinstall
Write
Preview
Loading…
Cancel
Save