summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuper User2008-05-01 11:56:14 +0200
committerSuper User2008-05-01 11:56:14 +0200
commit2fb748e1da2e291e68c51f4f42e7f9bc6fa370db (patch)
treed441e575525dfafa1c71b293fad7ca1b6da137ab /Makefile
parentwork on chan_lcr (diff)
downloadlcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.tar.gz
lcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.tar.xz
lcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.zip
work on chan_lcr
modified: Makefile modified: chan_lcr.c modified: chan_lcr.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 416aeee..d829903 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,7 @@ install:
-killall -9 -w -q lcr # the following error must be ignored
cp $(LCR) $(INSTALL_BIN)
cp $(LCRADMIN) $(INSTALL_BIN)
-ifdef WITH_ASTERISK
+ifdef WITH-ASTERISK
cp $(CHAN_LCR) $(INSTALL_BIN)
endif
# cp $(LCRWATCH) $(INSTALL_BIN)