~ubuntu-branches/ubuntu/jaunty/memcached/jaunty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2005-04-11 11:54:39 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050411115439-89tojj4gpqjvbk34
Tags: 1.1.12-1
* New upstream version
* Updates watchfile so uupdate will work

Show diffs side-by-side

added added

removed removed

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