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

« back to all changes in this revision

Viewing changes to backends/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:
3
3
        key-file \
4
4
        $(NULL)
5
5
 
 
6
if ENABLE_LIBSOCIALWEB
 
7
SUBDIRS += libsocialweb
 
8
endif
 
9
 
 
10
if ENABLE_TRACKER
 
11
SUBDIRS += tracker
 
12
endif
 
13
 
 
14
DIST_SUBDIRS = \
 
15
        telepathy \
 
16
        key-file \
 
17
        tracker \
 
18
        libsocialweb \
 
19
        $(NULL)
 
20
 
6
21
-include $(top_srcdir)/git.mk