diff options
author | Dan Winship <danw@src.gnome.org> | 2008-10-31 17:55:32 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2008-10-31 17:55:32 +0000 |
commit | bf8076f3277959cae864649b82d1427af5f59ee3 (patch) | |
tree | a5c75b1cbf22e26fe9e93c2bb43eb9e9c962a0fa /docs/reference | |
parent | 95ee5e3f7a110f1f68f73136d95e590d05818012 (diff) | |
download | libsoup-bf8076f3277959cae864649b82d1427af5f59ee3.tar.gz libsoup-bf8076f3277959cae864649b82d1427af5f59ee3.tar.bz2 libsoup-bf8076f3277959cae864649b82d1427af5f59ee3.zip |
rename from libsoup.pc.in; the attempt to keep the source tree
* libsoup-2.4.pc.in: rename from libsoup.pc.in; the attempt to
keep the source tree API-version-generic wasn't really working,
and we're probably not ever going to change the API version again
anyway.
* Makefile.am (pkgconfig_DATA): install the .pc file the normal
way rather than using an install-data-local rule to rename the .pc
file as we install it
* libsoup/Makefile.am (libsoupincludedir):
* tests/Makefile.am (LIBS):
* docs/reference/Makefile.am (GTKDOC_LIBS): Say "2.4" everywhere,
instead of 2.4 in some places and $(SOUP_API_VERSION) in others.
* configure.in: updates for .pc renaming. Also, use
AS_HELP_STRING() in AC_ARG_ENABLE() and AC_ARG_WITH() rules
svn path=/trunk/; revision=1193
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index e2c4ce77..c27c2c60 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -55,7 +55,7 @@ GTKDOC_CFLAGS = \ $(XML_CFLAGS) \ $(GNUTLS_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la $(GLIB_LIBS) +GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-2.4.la $(GLIB_LIBS) # include common portion ... include $(top_srcdir)/gtk-doc.make |