summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-11 22:36:27 +0000
committerMark Spencer <markster@digium.com>2004-12-11 22:36:27 +0000
commit30bc3eec6e1d59a447a4787f1f44838839e6919e (patch)
treede6f2fba390ca56e9749d76cc50a31359cad6188 /Makefile
parent442e1403a8cbf7867f7347e70f5499871c291710 (diff)
Merge sms stuff and move to "utils" subdir (bug #2973)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86fe06743..fe1b8083e 100755
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ CFLAGS+= $(MALLOC_DEBUG)
CFLAGS+= $(BUSYDETECT)
CFLAGS+= $(OPTIONS)
CFLAGS+=# -fomit-frame-pointer
-SUBDIRS=res channels pbx apps codecs formats agi cdr astman stdtime
+SUBDIRS=res channels pbx apps codecs formats agi cdr utils stdtime
ifeq (${OSARCH},Linux)
LIBS=-ldl -lpthread
endif