summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-02-17 20:51:10 +0000
committerRussell Bryant <russell@russellbryant.com>2009-02-17 20:51:10 +0000
commitbb03ef8d47dbf2d5852b3304bcbec7ee17a8915c (patch)
treecfbb55e6ff6db212e2fdfa882d9d155d6c45a2e5 /main/Makefile
parent47913cab6d88937ca4b252b1a3f43a26d1d1d83e (diff)
Add an implementation of the heap data structure.
A heap is a convenient data structure for implementing a priority queue. Code from svn/asterisk/team/russell/heap/. Review: http://reviewboard.digium.com/r/160/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176632 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 54882f245..7ce62d2ec 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -18,7 +18,7 @@ all: asterisk
include $(ASTTOPDIR)/Makefile.moddir_rules
OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
- translate.o file.o pbx.o cli.o md5.o term.o \
+ translate.o file.o pbx.o cli.o md5.o term.o heap.o \
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
cdr.o tdd.o acl.o rtp.o udptl.o manager.o asterisk.o \
dsp.o chanvars.o indications.o autoservice.o db.o privacy.o \