Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
2a4a17bf
Commit
2a4a17bf
authored
Mar 29, 2017
by
Erwan Croze
👋🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add account_creator_rc file to CMakelists and makefile
parent
39c59be2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
tester/CMakeLists.txt
tester/CMakeLists.txt
+1
-0
tester/Makefile.am
tester/Makefile.am
+4
-2
No files found.
tester/CMakeLists.txt
View file @
2a4a17bf
...
...
@@ -77,6 +77,7 @@ set(CERTIFICATE_CLIENT_FILES
set
(
CERTIFICATE_FILES
${
CERTIFICATE_ALT_FILES
}
${
CERTIFICATE_CN_FILES
}
${
CERTIFICATE_CLIENT_FILES
}
)
set
(
RC_FILES
rcfiles/account_creator_rc
rcfiles/carddav_rc
rcfiles/conference_focus_rc
rcfiles/empty_rc
...
...
tester/Makefile.am
View file @
2a4a17bf
...
...
@@ -34,7 +34,10 @@ CERTIFICATE_CLIENT_FILES = certificates/client/cert.pem \
CERTIFICATE_FILES
=
$(CERTIFICATE_ALT_FILES)
$(CERTIFICATE_CN_FILES)
$(CERTIFICATE_CLIENT_FILES)
RCFILES
=
\
rcfiles/account_creator_rc
\
rcfiles/carddav_rc
\
rcfiles/empty_rc
\
rcfiles/friends_rc
\
rcfiles/laure_call_logs_rc
\
rcfiles/laure_rc_udp
\
rcfiles/marie_early_rc
\
...
...
@@ -75,8 +78,7 @@ RCFILES = \
rcfiles/stun_rc
\
rcfiles/upnp_rc
\
rcfiles/zero_length_params_rc
\
rcfiles/friends_rc
\
rcfiles/carddav_rc
IMAGE_FILES
=
images/linphone.svg images/nowebcamCIF.jpg images/nowebcamVGA.jpg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment