diff options
author | Adam Conrad <adconrad@collabora.co.uk> | 2010-08-19 17:02:18 +0100 |
---|---|---|
committer | Adam Conrad <adconrad@collabora.co.uk> | 2010-08-19 17:02:18 +0100 |
commit | 12f2eff683846e3a72ad04eb9921b1c1a85e0c44 (patch) | |
tree | a8b741be8db070fff951436836a06514ac69c12a /examples | |
parent | 46b00685f4725b5a297b4364b72edfa255245d3e (diff) |
Fix out-of-tree builds for examples and tests with an explicit include to wocky's generated headers
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index b7f4a5e..a771a61 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,6 +4,8 @@ EXAMPLES += wocky-connect EXAMPLES += wocky-register EXAMPLES += wocky-unregister +INCLUDES := -I$(top_builddir)/wocky + wocky_connect_SOURCES = connect.c wocky_connect_DEPENDENCIES = $(top_builddir)/wocky/libwocky.la |