diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-14 19:23:12 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-14 19:23:12 +0000 |
| commit | b44c493bf9b50131c2f70685578dc0bf0c2f4684 (patch) | |
| tree | 38eb6c6241c674145e1a9c4d5ca61ffde725171b /cpp | |
| parent | 7645b589f5fdafea7c4be23a2c5e33a5b9c91687 (diff) | |
| download | qpid-python-b44c493bf9b50131c2f70685578dc0bf0c2f4684.tar.gz | |
Exclude XML example if XML not enabled.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 739110de34..ccf7bf66ae 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -70,4 +70,4 @@ endif # Verify the examples in the buid tree. check-local: all-local verify - $(srcdir)/verify_all $(abs_top_srcdir)/.. + $(srcdir)/verify_all $(abs_top_srcdir)/.. $(exclude_examples_regexp) |
