diff options
Diffstat (limited to 'cpp/examples/makedist.mk')
-rw-r--r-- | cpp/examples/makedist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk index 391ddf47e7..9fd4ee6e28 100644 --- a/cpp/examples/makedist.mk +++ b/cpp/examples/makedist.mk @@ -1,6 +1,6 @@ # Settings to build the examples in automake AM_CXXFLAGS = $(WARNING_CFLAGS) -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/gen -I$(top_builddir)/src -I$(top_builddir)/src/gen +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/gen -I$(top_builddir)/src/gen CLIENT_LIB=$(top_builddir)/src/libqpidclient.la CONSOLE_LIB=$(top_builddir)/src/libqmfconsole.la CLIENTFLAGS=-lqpidclient |