~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to support/include.am

  • Committer: Continuous Integration
  • Date: 2012-09-29 16:57:16 UTC
  • mfrom: (1070.1.3 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20120929165716-wi7gtt3nie8b58kq
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-43

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# included from Top Level Makefile.am
3
3
# All paths should be given relative to the root
4
4
 
5
 
EXTRA_DIST+= \
6
 
             support/libmemcached.spec \
7
 
             support/libmemcached-fc.spec.in \
8
 
             support/set_benchmark.sh 
 
5
EXTRA_DIST+= support/libmemcached.spec
 
6
EXTRA_DIST+= support/set_benchmark.sh 
9
7
 
10
 
pkgconfigdir = $(libdir)/pkgconfig
11
 
pkgconfig_DATA = support/libmemcached.pc
 
8
pkgconfigdir= $(libdir)/pkgconfig
 
9
pkgconfig_DATA= support/libmemcached.pc