[asterisk-commits] russell: trunk r90878 - /trunk/main/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 4 11:37:00 CST 2007


Author: russell
Date: Tue Dec  4 11:36:59 2007
New Revision: 90878

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90878
Log:
Fix a silly little typo :)

Modified:
    trunk/main/Makefile

Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=90878&r1=90877&r2=90878
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Tue Dec  4 11:36:59 2007
@@ -27,7 +27,7 @@
 	netsock.o slinfactory.o ast_expr2.o ast_expr2f.o \
 	cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
 	strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \
-	astobj2.o hashtab.o global_datstores.o
+	astobj2.o hashtab.o global_datastores.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 asterisk-commits mailing list