summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-21 12:19:17 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-25 15:01:38 +0100
commit92d8ae8bcc3ca80dee96b5db7d1795af984959a6 (patch)
tree005ffac177eb8c824712e554c650b9982f7e3538 /examples
parent2a8edcd50f8548e02e5382bb66459df35ca4c41d (diff)
examples/Makefile.am: add WOCKY_CFLAGS to AM_CFLAGS
This allow to build examples when running distcheck.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 337d088..b7f4a5e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -19,6 +19,7 @@ LDADD = \
$(top_builddir)/wocky/libwocky.la
AM_CFLAGS = \
+ $(WOCKY_CFLAGS) \
$(ERROR_CFLAGS) \
@GLIB_CFLAGS@