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

« back to all changes in this revision

Viewing changes to bin/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
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)/engine -I$(top_srcdir)/client -I$(top_srcdir)/gvdb $(gio_CFLAGS)
4
4
 
5
5
bin_PROGRAMS = dconf
6
6
 
7
7
dconf_VALAFLAGS = --vapidir ../client --pkg=gio-2.0 --pkg=posix --pkg=dconf
8
8
dconf_LDADD = $(gio_LIBS) ../client/libdconf.so.0
9
 
dconf_SOURCES = dconf.vala dconf-update.vala dconf-dump.vala ../gvdb/gvdb-builder.c gvdb.vapi fixes.vapi
 
9
dconf_SOURCES = dconf.vala dconf-update.vala dconf-dump.vala ../gvdb/gvdb-builder.c gvdb.vapi
10
10
 
11
11
completiondir = $(sysconfdir)/bash_completion.d
12
12
completion_DATA = dconf-bash-completion.sh