diff options
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 |