diff options
-rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index abfaffbd74..07448b2c57 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -715,7 +715,9 @@ libqpidtypes_la_libadd=-luuid libqpidtypes_la_SOURCES= \ qpid/types/Exception.cpp \ qpid/types/Uuid.cpp \ - qpid/types/Variant.cpp + qpid/types/Variant.cpp \ + ../include/qpid/types/ImportExport.h + QPIDTYPES_VERSION_INFO = 1:0:0 libqpidtypes_la_LDFLAGS = -version-info $(QPIDTYPES_VERSION_INFO) |