diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-11-28 15:03:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-11-28 15:03:54 +0000 |
| commit | c95fbdefcc16b95ec43b6dd8d10a72e3ae874124 (patch) | |
| tree | 1eff13b7f05a2fe649c143d1fffa108d7eaf2c27 /cpp/bindings/qmf2/python/Makefile.am | |
| parent | 197077d597444eb13b7f4449b6c0899561fa5ec6 (diff) | |
| download | qpid-python-c95fbdefcc16b95ec43b6dd8d10a72e3ae874124.tar.gz | |
NO-JIRA: Fix bindings breakage from previous checkins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/python/Makefile.am')
| -rw-r--r-- | cpp/bindings/qmf2/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/python/Makefile.am b/cpp/bindings/qmf2/python/Makefile.am index 8277b444ed..309e8f8dad 100644 --- a/cpp/bindings/qmf2/python/Makefile.am +++ b/cpp/bindings/qmf2/python/Makefile.am @@ -19,7 +19,7 @@ if HAVE_PYTHON_DEVEL -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES) +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/bindings -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES) generated_file_list = \ cqmf2.cpp \ |
