You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Sanjaya Ratnaweera <sa...@wso2.com> on 2006/02/14 05:58:22 UTC

[Axis2] Add axis2_thread_unix.h to make dist

Hi,

    The attached patch adds axis2_thread_unix.h to 'make dist'. Please 
apply.

Thanks

~sanjaya


--
http://sanjaya.8k.com


Re: [Axis2] Add axis2_thread_unix.h to make dist

Posted by Damitha Kumarage <da...@gmail.com>.
Sanjaya Ratnaweera wrote:

> Hi,
>
>    The attached patch adds axis2_thread_unix.h to 'make dist'. Please 
> apply.
>
> Thanks
>
> ~sanjaya
>
>
> -- 
> http://sanjaya.8k.com
>
>------------------------------------------------------------------------
>
>Index: Makefile.am
>===================================================================
>--- Makefile.am	(revision 377618)
>+++ Makefile.am	(working copy)
>@@ -3,7 +3,8 @@
> lib_LTLIBRARIES = libaxis2_unix.la
> 
> noinst_HEADERS = axis2_unix.h \
>-                    axis2_uuid_gen_unix.h
>+                    axis2_uuid_gen_unix.h \
>+					axis2_thread_unix.h
>                     
> AM_CPPFLAGS = $(CPPFLAGS)
> libaxis2_unix_la_SOURCES = uuid_gen_uni
>  
>
done