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:59:56 UTC

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

Author: gsim
Date: Wed Sep 12 02:59:56 2007
New Revision: 574874

URL: http://svn.apache.org/viewvc?rev=574874&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.1/cpp/lib/common/Makefile.am

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