~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-18 00:22:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218002252-fe6vniq3o8ct3cdz
Tags: 0.3.9.1~bzr603-0ubuntu1
* New upstream snapshot. 
 - Switch to main trunk branch.
* debian/control:
 - Add Conflicts on awn-manager for awn-settings (LP: #507822)
 - Remove build-depends on python-elementtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
if HAVE_VALA
4
4
VALA_BINDINGS = bindings/vala
 
5
QUICK_PREFS_APPLET = applets/quick-prefs
5
6
endif
6
7
 
7
8
SUBDIRS = \
8
9
        libawn \
9
10
        src \
10
11
        applet-activation \
 
12
        bindings/python \
 
13
        bindings/vala \
11
14
        awn-settings \
12
 
        applets/taskmanager \
13
15
        applets/expander \
 
16
        $(QUICK_PREFS_APPLET) \
14
17
        applets/separator \
15
 
        bindings/python \
16
 
        bindings/vala \
 
18
        applets/taskmanager \
17
19
        po \
18
20
        data \
19
21
        tests \
21
23
        themes \
22
24
        $(NULL)
23
25
 
24
 
if HAVE_VALA
25
 
SUBDIRS += applets/quick-prefs
26
 
endif
27
 
 
28
26
ACLOCAL_AMFLAGS = -I m4
29
27
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
30
28
 
37
35
                intltool-update $$lang; \
38
36
        done)
39
37
 
40
 
EXTRA_DIST =                            \
41
 
        intltool-extract.in             \
42
 
        intltool-merge.in               \
43
 
        intltool-update.in              \
44
 
        awn.pc.in                       \
45
 
        autogen.sh
 
38
EXTRA_DIST = \
 
39
        autogen.sh \
 
40
        awn.pc.in \
 
41
        intltool-extract.in \
 
42
        intltool-merge.in \
 
43
        intltool-update.in \
 
44
        $(NULL)
46
45
 
47
 
DISTCLEANFILES =                        \
48
 
        intltool-extract                \
49
 
        intltool-merge                  \
50
 
        intltool-update                 \
51
 
        doltcompile                     \
52
 
        doltlibtool
 
46
DISTCLEANFILES = \
 
47
        doltcompile \
 
48
        doltlibtool \
 
49
        intltool-extract \
 
50
        intltool-merge \
 
51
        intltool-update \
 
52
        $(NULL)