diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-27 21:37:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-27 21:37:08 +0800 |
commit | a4f0fc24f06f82f4792836e8e37c5d9d97e92f07 (patch) | |
tree | b4363fe8372d396134e47ac05ecedae1723760b9 | |
parent | c3c7502b206eb550c08e8a9271a4087d855038df (diff) | |
download | gsoc2013-empathy-a4f0fc24f06f82f4792836e8e37c5d9d97e92f07.tar.gz gsoc2013-empathy-a4f0fc24f06f82f4792836e8e37c5d9d97e92f07.tar.zst gsoc2013-empathy-a4f0fc24f06f82f4792836e8e37c5d9d97e92f07.zip |
build nautilus-sendto plugin with ERROR_CFLAGS
-rw-r--r-- | nautilus-sendto-plugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index adc9bfb67..63f8c442b 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -DLOCALEDIR=\""$(datadir)/locale"\" \ $(NST_CFLAGS) \ $(WARN_CFLAGS) \ + $(ERROR_CFLAGS) \ $(DISABLE_DEPRECATED) \ $(EMPATHY_CFLAGS) |