summaryrefslogtreecommitdiffstats
path: root/samples/server/math/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'samples/server/math/Makefile.am')
-rw-r--r--samples/server/math/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/server/math/Makefile.am b/samples/server/math/Makefile.am
new file mode 100644
index 0000000..d8e6f82
--- /dev/null
+++ b/samples/server/math/Makefile.am
@@ -0,0 +1,9 @@
+prglibdir=$(prefix)/services/math
+prglib_LTLIBRARIES = libmath.la
+prglib_DATA=services.xml
+EXTRA_DIST = services.xml math.mk math.h
+noinst_HEADERS = math.h
+SUBDIRS =
+libmath_la_SOURCES = math.c math_skeleton.c
+libmath_la_LIBADD =
+INCLUDES = @AXIS2INC@