~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
SUBDIRS =                       \
 
4
        gnome-settings-daemon   \
 
5
        plugins                 \
 
6
        data                    \
 
7
        po                      \
 
8
        tests                   \
 
9
        $(NULL)
 
10
 
 
11
if ENABLE_MAN
 
12
SUBDIRS += man
 
13
endif
 
14
 
 
15
# Honor aclocal flags
 
16
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
 
17
 
 
18
EXTRA_DIST = \
 
19
        MAINTAINERS             \
 
20
        ChangeLog               \
 
21
        README                  \
 
22
        $(NULL)
 
23
 
 
24
DISTCLEANFILES = \
 
25
        $(NULL)