This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
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
license comment
LPA-1
Volker Birk
4 years ago
parent
3beaad73b5
commit
282a88ce8a
3 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+3
-0
Makefile.conf
+3
-0
test_adapter.cc
+ 1
- 0
Makefile
View File
@ -1,4 +1,5 @@
# this file is under GNU GPL 3.0, see LICENSE.txt
# see LICENSE.txt
i
n
c
l
u
d
e
M
a
k
e
f
i
l
e
.
c
o
n
f
-
i
n
c
l
u
d
e
l
o
c
a
l
.
c
o
n
f
+ 3
- 0
Makefile.conf
View File
@ -1,3 +1,6 @@
# this file is under GNU GPL 3.0, see LICENSE.txt
# see LICENSE.txt
TARGET
=
libpEpAdapter.a
PREFIX
=
$(
HOME
)
PEP
=
$(
HOME
)
+ 3
- 0
test_adapter.cc
View File
@ -1,3 +1,6 @@
// This file is under GNU General Public License 3.0
// see LICENSE.txt
#
include
"Adapter.hh"
#
include
<iostream>
#
include
<assert.h>
Write
Preview
Loading…
Cancel
Save