This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Create all required folders when installing
sync
Damiano Boppart
4 years ago
parent
69a69265ca
commit
a24311cb18
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.hgignore
+1
-0
Makefile
+ 1
- 0
.hgignore
View File
@ -8,3 +8,4 @@ test_adapter
.pEp*
lib
local.conf
build/
+ 1
- 0
Makefile
View File
@ -72,6 +72,7 @@ test_%: test_%.o $(TARGET)
.PHONY
:
install
install
:
$(
TARGET
)
-mkdir -p
$(
PREFIX
)
/include/pEp
-mkdir -p
$(
PREFIX
)
/lib
cp
$(
HEADERS
)
$(
PREFIX
)
/include/pEp/
cp
$(
TARGET
)
$(
PREFIX
)
/lib/
Write
Preview
Loading…
Cancel
Save