~ubuntu-branches/ubuntu/oneiric/memcached/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-05-05 17:25:25 UTC
  • Revision ID: james.westby@ubuntu.com-20040505172525-ullh634q1xce88jl
Tags: upstream-1.1.11
ImportĀ upstreamĀ versionĀ 1.1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = memcached
 
2
 
 
3
memcached_SOURCES = memcached.c slabs.c items.c memcached.h assoc.c
 
4
 
 
5
DIST_SUBDIRS = doc scripts
 
6
EXTRA_DIST = doc scripts TODO
 
7
 
 
8
man_MANS = doc/memcached.1
 
9
 
 
10
AM_CFLAGS=-DNDEBUG
 
11