Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
51323333
Commit
51323333
authored
Feb 04, 2008
by
Emmanuel Milou
Browse files
Create and delete codecs lib dir if it doesn't exist
parent
17a0ada3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio/Makefile.am
View file @
51323333
...
...
@@ -44,6 +44,7 @@ install-exec-local: install-libcodec_ulaw_so install-libcodec_alaw_so install-li
uninstall-local
:
uninstall-libcodec_ulaw_so uninstall-libcodec_alaw_so uninstall-libcodec_gsm_so
install-libcodec_ulaw_so
:
libcodec_ulaw.so
mkdir
-p
$(sflcodecdir)
$(INSTALL_PROGRAM)
libcodec_ulaw.so
$(sflcodecdir)
install-libcodec_alaw_so
:
libcodec_alaw.so
$(INSTALL_PROGRAM)
libcodec_alaw.so
$(sflcodecdir)
...
...
@@ -55,4 +56,5 @@ uninstall-libcodec_ulaw_so:
uninstall-libcodec_alaw_so
:
rm
-f
$(sflcodecdir)
/libcodec_alaw.so
uninstall-libcodec_gsm_so
:
rm
-f
$(sflcodecdir)
/libcodec_gsm.so
rm
-f
$(sflcodecdir)
/libcodec_gsm.so
rm
-rf
$(sflcodecdir)
Write
Preview
Supports
Markdown
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