You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2006/05/10 11:04:40 UTC

svn commit: r405684 - /webservices/axis2/trunk/c/samples/client/mtom/Makefile.am

Author: pini
Date: Wed May 10 02:04:38 2006
New Revision: 405684

URL: http://svn.apache.org/viewcvs?rev=405684&view=rev
Log:
installing axis2.jpg to $(prefix)/bin/samples/resources


Modified:
    webservices/axis2/trunk/c/samples/client/mtom/Makefile.am

Modified: webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/mtom/Makefile.am?rev=405684&r1=405683&r2=405684&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/Makefile.am Wed May 10 02:04:38 2006
@@ -1,7 +1,10 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = mtom
 samplesdir=$(prefix)/samples/client/mtom
+imgdir=$(prefix)/bin/samples/resources
 samples_DATA=mtom_client.c Makefile.am Makefile.in
+img_DATA=axis2.jpg
+
 mtom_SOURCES = mtom_client.c
 
 mtom_LDADD   = $(LDFLAGS) \