diff options
author | Alan Conway <aconway@apache.org> | 2010-07-05 13:07:38 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-07-05 13:07:38 +0000 |
commit | 60855f58f87bd01d90859f32b40025f1a255c08a (patch) | |
tree | 6cda326000a303eb2990300cb8a10a798eca5131 /cpp/src | |
parent | ec393473e6b0fc9203ab85bc63007e6bc72c3e5c (diff) | |
download | qpid-python-60855f58f87bd01d90859f32b40025f1a255c08a.tar.gz |
Added types/ImportExport.h to installed headers.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 07448b2c57..e6b13410d3 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -852,7 +852,8 @@ nobase_include_HEADERS += \ ../include/qpid/messaging/FailoverUpdates.h \ ../include/qpid/types/Exception.h \ ../include/qpid/types/Uuid.h \ - ../include/qpid/types/Variant.h + ../include/qpid/types/Variant.h \ + ../include/qpid/types/ImportExport.h # Force build of qpidd during dist phase so help2man will work. dist-hook: $(BUILT_SOURCES) |