]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Ensure file.o is built correctly.
authorJeff Peeler <jpeeler@digium.com>
Tue, 6 Jul 2010 22:46:37 +0000 (22:46 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 6 Jul 2010 22:46:37 +0000 (22:46 +0000)
(related to issue #15250)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@274359 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index e55731f17c809cfbb45918be1f7b6c116de26194..e91795898794b9399d9b8b06697728b1f5d81c9a 100644 (file)
@@ -121,7 +121,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
        $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o
        rm ast_expr2.o ast_expr2f.o 
 
-asterisk.o channel.o: _ASTCFLAGS+=$(ZAPTEL_INCLUDE) $(DAHDI_INCLUDE)
+asterisk.o channel.o file.o: _ASTCFLAGS+=$(ZAPTEL_INCLUDE) $(DAHDI_INCLUDE)
 
 stdtime/localtime.o: _ASTCFLAGS+=$(AST_NO_STRICT_OVERFLOW)