summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-07-01 12:42:41 +0000
committerAlan Conway <aconway@apache.org>2010-07-01 12:42:41 +0000
commit1eff142e7e5da8a255d1d103316e5e0f9078f4f8 (patch)
tree59ade6d41f8c7db7947e0336383b856adc0e8cdc /cpp/src
parent35e26207bc5db7947c0d1a1abb05c4aba5c0e463 (diff)
downloadqpid-python-1eff142e7e5da8a255d1d103316e5e0f9078f4f8.tar.gz
Add qpid/types/ImportExport.h to distribution.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am4
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)