<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,19 @@
-bin_PROGRAMS = memcached
+bin_PROGRAMS = memcached memcached-debug
 
-memcached_SOURCES = memcached.c slabs.c items.c memcached.h assoc.c
+memcached_SOURCES = memcached.c slabs.c items.c assoc.c
+memcached_debug_SOURCES = $(memcached_SOURCES)
+memcached_CPPFLAGS = -DNDEBUG
 memcached_LDADD = @LIBOBJS@
+memcached_debug_LDADD = $(memcached_LDADD)
 
 SUBDIRS = doc
 DIST_DIRS = scripts
 EXTRA_DIST = doc scripts TODO t
 
-test:	memcached
-	prove t
+memcached.c: memcached.h
 
-# Uncomment the following to save some CPU (by disabling assertions), at the risk of silent data
-# structure corruption.  After all, this is a new branch of memcached, so you probably want
-# assertions enabled.
-#AM_CFLAGS=-DNDEBUG
+test:	memcached-debug
+	prove t
 
 dist-hook:
 	rm -rf $(distdir)/doc/.svn/</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -17,3 +17,8 @@ Bug reports, patches, testing, help:
    Michael Johnson &lt;ahze@ahze.net&gt;
    Paul Querna &lt;chip@corelands.com&gt;
    Jamie McCarthy &lt;jamie@mccarthy.vg&gt;
+   Philip Neustrom &lt;philipn@gmail.com&gt;
+   Andrew O'Brien &lt;andrewo@oriel.com.au&gt;
+   Josh Rotenberg &lt;joshrotenberg@gmail.com&gt;
+   Robin H. Johnson &lt;robbat2@gentoo.org&gt; -- automake foo
+</diff>
      <filename>doc/CONTRIBUTORS.txt</filename>
    </modified>
    <modified>
      <diff>@@ -79,7 +79,7 @@ sub new_memcached {
     }
     my $childpid = fork();
 
-    my $exe = &quot;$Bin/../memcached&quot;;
+    my $exe = &quot;$Bin/../memcached-debug&quot;;
     croak(&quot;memcached binary doesn't exist.  Haven't run 'make' ?\n&quot;) unless -e $exe;
     croak(&quot;memcached binary not executable\n&quot;) unless -x _;
 </diff>
      <filename>t/lib/MemcachedTest.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>217b0f79d8741405e4c89d7f5e1429ae3d57c70f</id>
    </parent>
  </parents>
  <author>
    <name>Brad Fitzpatrick</name>
    <email>brad@danga.com</email>
  </author>
  <url>http://github.com/dustin/memcached/commit/e971149ac8a41b54fe330b72f6cb9641caf18485</url>
  <id>e971149ac8a41b54fe330b72f6cb9641caf18485</id>
  <committed-date>2006-09-05T19:44:13-07:00</committed-date>
  <authored-date>2006-09-05T19:44:13-07:00</authored-date>
  <message>automake foo from Robin H. Johnson:  build two targets, and test on the debug one with asserts

git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@375 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
  <tree>93c600209727e9693efdfd12661fc21aeafa0414</tree>
  <committer>
    <name>Brad Fitzpatrick</name>
    <email>brad@danga.com</email>
  </committer>
</commit>
