~ubuntu-branches/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    telepathy \
8
8
    $(NULL)
9
9
 
 
10
if ENABLE_LIBSOCIALWEB
 
11
SUBDIRS += libsocialweb
 
12
endif
 
13
 
 
14
if ENABLE_TRACKER
 
15
SUBDIRS += tracker
 
16
endif
 
17
 
 
18
DIST_SUBDIRS = \
 
19
    data \
 
20
    lib \
 
21
    tools \
 
22
    folks \
 
23
    key-file \
 
24
    telepathy \
 
25
    libsocialweb \
 
26
    tracker \
 
27
    $(NULL)
 
28
 
10
29
TESTS_ENVIRONMENT = \
11
30
    abs_top_builddir=@abs_top_builddir@ \
12
31
    abs_top_srcdir=@abs_top_srcdir@ \