diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c1148eb..63e8e04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS= $(GENERIC_LIBRARY_NAME) $(NANOHTTP_LIBRARY_NAME) examples DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libcsoap-$(GENERIC_API_VERSION).pc +pkgconfig_DATA = libcsoap.pc diff --git a/configure.ac b/configure.ac index 939c162..1ba33bf 100644 --- a/configure.ac +++ b/configure.ac @@ -242,4 +242,4 @@ nanohttp/Makefile examples/Makefile examples/nanohttp/Makefile examples/csoap/Makefile -libcsoap-1.0.pc) +libcsoap.pc) |