diff options
author | snowdrop | 2004-02-03 09:19:30 +0000 |
---|---|---|
committer | snowdrop | 2004-02-03 09:19:30 +0000 |
commit | 6a9bbac8143028c42c728a252e8b89ccfef7978a (patch) | |
tree | 294111acd71825b2d73f4a0b7b74ed3bdcc762b9 | |
parent | 2320d561ad9a7f1a6082c5a73b8d2ee933f279d4 (diff) | |
download | csoap-6a9bbac8143028c42c728a252e8b89ccfef7978a.tar.gz csoap-6a9bbac8143028c42c728a252e8b89ccfef7978a.tar.bz2 |
moved libcsoap-1.0.pc.in in libcsoap.pc.in
-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) |