~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                    thread.c daemon.c \
17
17
                    stats.c stats.h \
18
18
                    util.c util.h \
19
 
                    trace.h cache.h
 
19
                    trace.h cache.h sasl_defs.h
20
20
 
21
21
if BUILD_CACHE
22
22
memcached_SOURCES += cache.c
27
27
memcached_SOURCES += solaris_priv.c
28
28
endif
29
29
 
 
30
if ENABLE_SASL
 
31
memcached_SOURCES += sasl_defs.c
 
32
endif
 
33
 
30
34
memcached_debug_SOURCES = $(memcached_SOURCES)
31
35
memcached_CPPFLAGS = -DNDEBUG
32
36
memcached_debug_LDADD = @PROFILER_LDFLAGS@