diff options
author | Dan Winship <danw@src.gnome.org> | 2003-08-12 14:12:25 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-08-12 14:12:25 +0000 |
commit | 6057a20ae38de7fabf9fa673f24fbfe0a09b005a (patch) | |
tree | a4284bec4095b940cf4b89a70edadbd41262efa7 /Makefile.am | |
parent | 5630ed2dee8ed17046dc8f81a973a0f0ff8f2692 (diff) | |
download | libsoup-6057a20ae38de7fabf9fa673f24fbfe0a09b005a.tar.gz |
Update for pc file rename
* Makefile.am: Update for pc file rename
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5b03bb95..f7fc3098 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ SUBDIRS = libsoup tests -EXTRA_DIST = soup-2.0.pc.in +EXTRA_DIST = libsoup-$(SOUP_API_VERSION).pc.in pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = soup-2.0.pc +pkgconfig_DATA = libsoup-$(SOUP_API_VERSION).pc |