~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to fdi/policy/10osvendor/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
fdidir = $(datadir)/hal/fdi/policy/10osvendor
3
3
 
4
4
dist_fdi_DATA =                         \
5
 
        10-keyboard-policy.fdi          \
 
5
        10-input-policy.fdi             \
 
6
        10-x11-input.fdi                \
6
7
        10-power-mgmt-policy.fdi        \
7
8
        10-rfkill-switch.fdi            \
8
9
        10-laptop-panel-mgmt-policy.fdi \
9
10
        15-storage-luks.fdi             \
10
11
        20-storage-methods.fdi
11
12
 
 
13
if BUILD_KEYMAPS
 
14
dist_fdi_DATA += 10-keymap.fdi
 
15
endif
 
16
 
12
17
if BUILD_MACBOOKPRO
13
18
dist_fdi_DATA += 10-macbookpro-utils.fdi
14
19
endif