From f53f2c0fa258aa95a8a9378ec9a2edb97004241a Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 12 Nov 2003 13:30:06 +0000 Subject: GNU project style and support for autoconf and automake --- Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') 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 + + + + + + + -- cgit v1.1-32-gdbae