From 6a9bbac8143028c42c728a252e8b89ccfef7978a Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 3 Feb 2004 09:19:30 +0000 Subject: moved libcsoap-1.0.pc.in in libcsoap.pc.in --- Makefile.am | 2 +- 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) -- cgit v1.1-32-gdbae