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