summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar snowdrop2003-11-12 13:30:06 +0000
committerGravatar snowdrop2003-11-12 13:30:06 +0000
commitf53f2c0fa258aa95a8a9378ec9a2edb97004241a (patch)
tree8b5b8df203ef8c0ecc1d69234054e1b7af114e13 /Makefile.am
parent15d326912818f8b5080584a5d6a2f4e9d2acfcaa (diff)
downloadcsoap-f53f2c0fa258aa95a8a9378ec9a2edb97004241a.tar.gz
csoap-f53f2c0fa258aa95a8a9378ec9a2edb97004241a.tar.bz2
GNU project style and support for autoconf and automake
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..07549cf
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,17 @@
+## top directory
+
+#Build in these directories:
+SUBDIRS= $(GENERIC_LIBRARY_NAME)
+
+#Distribute these directories:
+DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME)
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcsoap-$(GENERIC_API_VERSION).pc
+
+
+
+
+
+
+