From 1d89e5aebc31e5bb5c610e9fd350b50f66612590 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Tue, 23 Sep 2008 21:14:15 +0200 Subject: added options.c to automake, so that chan_lcr gets built correctly --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c29195a..762c1b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ if ENABLE_ASTERISK_CHANNEL_DRIVER sbin_PROGRAMS = lcr genrc genextension chan_lcr.so chan_lcr_so_SOURCES = chan_lcr_so_LDFLAGS = -shared -chan_lcr_so_LDADD = chan_lcr.o bchannel.o +chan_lcr_so_LDADD = chan_lcr.o bchannel.o options.o chan_lcr.o: chan_lcr.c chan_lcr.h $(CC) $(INCLUDES) -D_GNU_SOURCE -c chan_lcr.c -- cgit v1.2.3-55-g7522