You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/01/08 20:23:31 UTC

svn commit: r1430452 - /qpid/branches/0.20/qpid/cpp/src/ssl.mk

Author: jross
Date: Tue Jan  8 19:23:31 2013
New Revision: 1430452

URL: http://svn.apache.org/viewvc?rev=1430452&view=rev
Log:
QPID-4368: Add missing dist file

Modified:
    qpid/branches/0.20/qpid/cpp/src/ssl.mk

Modified: qpid/branches/0.20/qpid/cpp/src/ssl.mk
URL: http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/cpp/src/ssl.mk?rev=1430452&r1=1430451&r2=1430452&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/cpp/src/ssl.mk (original)
+++ qpid/branches/0.20/qpid/cpp/src/ssl.mk Tue Jan  8 19:23:31 2013
@@ -50,7 +50,8 @@ sslconnector_la_SOURCES = \
 
 if HAVE_PROTON
 sslconnector_la_SOURCES += \
-  qpid/messaging/amqp/SslTransport.cpp
+  qpid/messaging/amqp/SslTransport.cpp \
+  qpid/messaging/amqp/SslTransport.h
 endif #HAVE_PROTON
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org