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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-06-17 00:20:41 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090617002041-twbdh295xy9qvdx0
Tags: 0.3.2.1-4
debian/rules: Build python-awn for only 1 version of python.
(Closes: #531176) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        $(DOCK_CFLAGS)                  \
5
5
        -DDATADIR=\""$(datadir)"\"      \
6
6
        -DLOCALEDIR=\""$(datadir)/locale"\"     \
 
7
        -I$(top_srcdir)                 \
7
8
        -I$(top_srcdir)/libawn          \
8
9
        $(NULL)
9
10