You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/09/12 11:55:30 UTC

svn commit: r574873 - /incubator/qpid/branches/M2/cpp/lib/common/Makefile.am

Author: gsim
Date: Wed Sep 12 02:55:30 2007
New Revision: 574873

URL: http://svn.apache.org/viewvc?rev=574873&view=rev
Log:
Applied fix (submitted as patch to qpid-dev by Nuno Santos): include headers used in posix wrappers.


Modified:
    incubator/qpid/branches/M2/cpp/lib/common/Makefile.am

Modified: incubator/qpid/branches/M2/cpp/lib/common/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/common/Makefile.am?rev=574873&r1=574872&r2=574873&view=diff
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/common/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/lib/common/Makefile.am Wed Sep 12 02:55:30 2007
@@ -125,6 +125,7 @@
   $(framing)/Value.h				\
   $(framing)/amqp_framing.h			\
   $(framing)/amqp_types.h			\
+  $(posix_hdr)					\
   Exception.h					\
   ExceptionHolder.h				\
   QpidError.h					\