~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS= \
 
2
        appearance \
 
3
        common \
 
4
        screen \
 
5
        power \
 
6
        color \
 
7
        display \
 
8
        mouse \
 
9
        region \
 
10
        info \
 
11
        sound \
 
12
        keyboard \
 
13
        universal-access \
 
14
        user-accounts
 
15
 
 
16
if BUILD_WACOM
 
17
SUBDIRS += wacom
 
18
endif
 
19
 
 
20
if BUILD_PRINTERS
 
21
SUBDIRS += printers
 
22
endif
 
23
 
 
24
if BUILD_NETWORK
 
25
SUBDIRS += network
 
26
endif
 
27
 
 
28
if BUILD_BLUETOOTH
 
29
SUBDIRS += bluetooth
 
30
endif
 
31
 
 
32
-include $(top_srcdir)/git.mk