[svn-commits] oej: branch oej/videocaps r47919 - /team/oej/videocaps/main/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Nov 22 03:18:17 MST 2006


Author: oej
Date: Wed Nov 22 04:18:17 2006
New Revision: 47919

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47919
Log:
Compile capability.c too

Modified:
    team/oej/videocaps/main/Makefile

Modified: team/oej/videocaps/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/oej/videocaps/main/Makefile?view=diff&rev=47919&r1=47918&r2=47919
==============================================================================
--- team/oej/videocaps/main/Makefile (original)
+++ team/oej/videocaps/main/Makefile Wed Nov 22 04:18:17 2006
@@ -26,7 +26,7 @@
 	utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \
 	netsock.o slinfactory.o ast_expr2.o ast_expr2f.o \
 	cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
-	strcompat.o
+	strcompat.o capability.o
 
 # we need to link in the objects statically, not as a library, because
 # otherwise modules will not have them available if none of the static



More information about the svn-commits mailing list