aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-29 02:02:03 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-29 02:02:03 +0000
commitd35a061a766327933561c0d59605d9c589b05986 (patch)
treea622efcae49f3bbea2ae0fd10b5518a9679b3de2 /channels/Makefile
parent2f8edd72dbfcb682f134596b3db853e185d4a5ed (diff)
Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
to add more entries. This required moving struct grab_desc to the common header, and adding an entry in the Makefile. On passing, cleanup some comments and file headers (some are still missing). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95313 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 757f20967..1afeebfc9 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -51,7 +51,7 @@ endif
all: _all
-chan_oss.so: console_video.o
+chan_oss.so: console_video.o vgrabbers.o
include $(ASTTOPDIR)/Makefile.moddir_rules