You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/26 10:42:45 UTC

svn commit: r388888 - in /webservices/axis2/trunk/c/samples/server/notify: Makefile.am Makefile.in

Author: samisa
Date: Sun Mar 26 00:42:37 2006
New Revision: 388888

URL: http://svn.apache.org/viewcvs?rev=388888&view=rev
Log:
Added the am file and removed in file

Added:
    webservices/axis2/trunk/c/samples/server/notify/Makefile.am
Removed:
    webservices/axis2/trunk/c/samples/server/notify/Makefile.in

Added: webservices/axis2/trunk/c/samples/server/notify/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/notify/Makefile.am?rev=388888&view=auto
==============================================================================
--- webservices/axis2/trunk/c/samples/server/notify/Makefile.am (added)
+++ webservices/axis2/trunk/c/samples/server/notify/Makefile.am Sun Mar 26 00:42:37 2006
@@ -0,0 +1,12 @@
+prglibdir=$(prefix)/services/notify
+samplesdir=$(prefix)/samples/server/notify
+prglib_LTLIBRARIES = libnotify.la
+samples_DATA=notify.c notify_skeleton.c notify.h services.xml
+prglib_DATA= services.xml
+EXTRA_DIST = services.xml
+noinst_HEADERS = notify.h
+SUBDIRS =
+libnotify_la_SOURCES = notify.c notify_skeleton.c
+libnotify_la_LIBADD  =
+INCLUDES = -I$(AXIS2C_HOME)/include \
+            -I$(AXIS2C_HOME)/platforms