~ubuntu-branches/ubuntu/maverick/desktop-webmail/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2010-09-29 10:51:52 UTC
  • Revision ID: james.westby@ubuntu.com-20100929105152-4835zicztphr83ws
Tags: 002-0ubuntu2
* debian/patches/ftbfs-no-pedantic.patch:
  - Fix FTBFS by not building with -pedantic (LP: #651183)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
AM_CFLAGS = \
5
5
        -Wall \
6
 
        -Werror \
7
 
        -pedantic
 
6
        -Werror
8
7
 
9
8
desktop_webmail_SOURCE = desktop-webmail.c
10
9
desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"