~ubuntu-branches/ubuntu/precise/d-conf/precise-proposed

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-12-07 22:08:10 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20111207220810-jjel2x75ci4vldds
Tags: 0.11.2-0ubuntu1
* New upstream version:
  - improved editor geometry handling (lp: #715002, #840571, #848418)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings -D__dconf_h__ -fPIC -DPIC
2
 
CFLAGS += -Wno-error
 
2
CFLAGS += -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable
3
3
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS)
4
4
 
5
5
shlibdir=$(libdir)