summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorschlaile2008-06-14 20:21:14 +0200
committerroot2008-06-14 20:21:14 +0200
commit0543086812cd2fbeb0f0a9dc1f908a8c2d86c020 (patch)
treec8d63935ccf83060f95262868532b528e16aad3e /Makefile
parentchanged long to int (64 bit system's compatibilty) (diff)
downloadlcr-0543086812cd2fbeb0f0a9dc1f908a8c2d86c020.tar.gz
lcr-0543086812cd2fbeb0f0a9dc1f908a8c2d86c020.tar.xz
lcr-0543086812cd2fbeb0f0a9dc1f908a8c2d86c020.zip
made callerid handling work in call from asterisk
(Asterisk 1.4.18 at least changes cid records between call and setup ...) fixed Makefile (emacs kept complaining :) )
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 046d30a..bb902a0 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ $(LCR): main.o \
socket_server.o \
trace.o
$(PP) $(LIBDIR) \
- main.o \
+ main.o \
options.ooo \
interface.o \
extension.o \