diff options
author | Dan Winship <danw@gnome.org> | 2012-12-12 11:16:47 +0100 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-12-12 11:16:47 +0100 |
commit | 0243f71b16cd915f4ab0fdccb65f479b075613e5 (patch) | |
tree | 2dacca0aa6577b0e23e6ecdf61e9ad011f7848a1 /docs | |
parent | 6c539304a552f3bc52cab0770fb34ab966f55480 (diff) | |
download | libsoup-0243f71b16cd915f4ab0fdccb65f479b075613e5.tar.gz libsoup-0243f71b16cd915f4ab0fdccb65f479b075613e5.tar.bz2 libsoup-0243f71b16cd915f4ab0fdccb65f479b075613e5.zip |
docs: remove libsoup-gnome references from the build
Since everything in libsoup-gnome is now deprecated and undocumented,
don't depend on it when building docs.
https://bugzilla.gnome.org/show_bug.cgi?id=573685
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index add7be83..2e2a8af6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -33,7 +33,7 @@ IGNORE_HFILES= soup.h soup-marshal.h soup-enum-types.h \ soup-message-private.h soup-session-private.h \ soup-auth-basic.h soup-auth-digest.h soup-auth-ntlm.h \ soup-connection.h soup-auth-manager.h soup-auth-manager-ntlm.h \ - soup-message-queue.h soup-path-map.h \ + soup-message-queue.h soup-path-map.h soup-gnome-features.h \ soup-proxy-resolver.h soup-proxy-resolver-gnome.h \ soup-proxy-resolver-static.h soup-directory-input-stream.h \ soup-http-input-stream.h soup-password-manager.h \ @@ -67,7 +67,6 @@ GTKDOC_CFLAGS = \ GTKDOC_LIBS = \ $(top_builddir)/libsoup/libsoup-2.4.la \ - $(top_builddir)/libsoup/libsoup-gnome-2.4.la \ $(GLIB_LIBS) # include common portion ... |