diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
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 + + + + + + + |