~ubuntu-branches/debian/wheezy/avant-window-navigator/wheezy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-05-24 14:42:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524144201-r3v8e4g2hv2q1i9x
Tags: 0.2.6-6
* debian/patches/04-fix-colormap.patch
 - Fix crash in awn-manager if colormap == None. Thanks Emme for the 
   patch. (Closes: #482030) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL = 
 
2
 
1
3
SUBDIRS =                               \
2
4
        libawn                          \
3
5
        src                             \
5
7
        data                            \
6
8
        applets                         \
7
9
        po                              \
8
 
        pyawn                           \
9
 
        awn-manager
 
10
        bindings                        \
 
11
        awn-manager                     \
 
12
        doc                             \
 
13
        $(NULL)
10
14
        
11
15
pkgconfigdir = $(libdir)/pkgconfig
12
16
pkgconfig_DATA = awn.pc
15
19
        intltool-extract.in             \
16
20
        intltool-merge.in               \
17
21
        intltool-update.in              \
18
 
        awn.pc.in
 
22
        awn.pc.in                       \
 
23
        autogen.sh
19
24
 
20
25
DISTCLEANFILES =                        \
21
26
        intltool-extract                \