diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-02 16:46:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-02 16:46:56 +0800 |
commit | 10791a1b9d93c2870bf8b0a630092b7190f24a5f (patch) | |
tree | 858f68781b39d63d47d7192a2645efb7026a7575 /goa-mc-plugin | |
parent | 0c8bf3e4677711439151332937218a3ec71fb39b (diff) | |
download | gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar.gz gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar.bz2 gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar.lz gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar.xz gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.tar.zst gsoc2013-empathy-10791a1b9d93c2870bf8b0a630092b7190f24a5f.zip |
goa-mc-plugin: build with ERROR_CFLAGS
Diffstat (limited to 'goa-mc-plugin')
-rw-r--r-- | goa-mc-plugin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/goa-mc-plugin/Makefile.am b/goa-mc-plugin/Makefile.am index 18fc9eae6..a273b72de 100644 --- a/goa-mc-plugin/Makefile.am +++ b/goa-mc-plugin/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ - $(GOA_CFLAGS) + $(GOA_CFLAGS) \ + $(ERROR_CFLAGS) pluginsdir = $(MISSION_CONTROL_PLUGINS_DIR) plugins_LTLIBRARIES = \ |