~ubuntu-branches/ubuntu/precise/rygel/precise

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Henriksson
  • Date: 2009-09-26 14:04:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090926140405-d5x3j13k10psa1gu
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if BUILD_TEST_PLUGIN
 
2
TEST_PLUGIN = test
 
3
endif
 
4
 
 
5
if BUILD_TRACKER_PLUGIN
 
6
TRACKER_PLUGIN = tracker
 
7
endif
 
8
 
 
9
if BUILD_MEDIATHEK_PLUGIN
 
10
MEDIATHEK_PLUGIN = mediathek
 
11
endif
 
12
 
 
13
if BUILD_MEDIA_EXPORT_PLUGIN
 
14
MEDIA_EXPORT_PLUGIN = media-export
 
15
endif
 
16
 
 
17
if BUILD_EXTERNAL_PLUGIN
 
18
EXTERNAL_PLUGIN = external
 
19
endif
 
20
 
 
21
if BUILD_GSTLAUNCH_PLUGIN
 
22
GSTLAUNCH_PLUGIN = gstlaunch
 
23
endif
 
24
 
 
25
SUBDIRS = $(TEST_PLUGIN) \
 
26
          $(TRACKER_PLUGIN) \
 
27
          $(MEDIATHEK_PLUGIN) \
 
28
          $(MEDIA_EXPORT_PLUGIN) \
 
29
          $(EXTERNAL_PLUGIN) \
 
30
          $(GSTLAUNCH_PLUGIN)
 
31
 
 
32
MAINTAINERCLEANFILES = Makefile.in