projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25b128
)
Fix indentation
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Tue, 10 Jan 2006 03:23:38 +0000
(
03:23
+0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Tue, 10 Jan 2006 03:23:38 +0000
(
03:23
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
funcs/Makefile
patch
|
blob
|
history
diff --git
a/funcs/Makefile
b/funcs/Makefile
index
60ef951
..
63d36bf
100644
(file)
--- a/
funcs/Makefile
+++ b/
funcs/Makefile
@@
-24,7
+24,7
@@
BUILTINS=func_md5.o \
func_timeout.o \
func_language.o \
func_moh.o \
- func_base64.o
+ func_base64.o
AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))