You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:05:27 UTC

svn commit: r1132236 - /incubator/mesos/trunk/src/Makefile.in

Author: benh
Date: Sun Jun  5 09:05:27 2011
New Revision: 1132236

URL: http://svn.apache.org/viewvc?rev=1132236&view=rev
Log:
Fixed copy/paste bug in Makefile.

Modified:
    incubator/mesos/trunk/src/Makefile.in

Modified: incubator/mesos/trunk/src/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.in?rev=1132236&r1=1132235&r2=1132236&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.in (original)
+++ incubator/mesos/trunk/src/Makefile.in Sun Jun  5 09:05:27 2011
@@ -42,7 +42,7 @@ LIBEV = $(LIBPROCESS)/third_party/libev-
 
 GLOG = third_party/glog-0.3.1
 
-SQLITE = third_party/glog-0.3.1
+SQLITE = third_party/sqlite-3.6.23.1
 
 ZOOKEEPER = third_party/zookeeper-3.3.1/src/c