summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-10-17 15:07:57 +0200
committerAlexander Larsson <alexl@redhat.com>2016-10-26 16:34:15 +0200
commit723b588b5d172d323dce75592b25172cbc12c552 (patch)
tree81de89e8d1d30da2027071c878f3512e353cda96 /docs/reference/gtk
parent3fd63e1d675a6744e3bf42cfec29d0602ba6e500 (diff)
downloadgtk+-723b588b5d172d323dce75592b25172cbc12c552.tar.gz
Make gdk.la and gsk.la a noninst helper library
This merged gtk, gdk and gsk into one library, making it possible to have internal private APIs between gtk them, as well as producing more efficient code. https://bugzilla.gnome.org/show_bug.cgi?id=773100
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r--docs/reference/gtk/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index adcfb7d146..9bc86ae454 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -265,7 +265,6 @@ CPPFLAGS += \
-UGTK_DISABLE_SINGLE_INCLUDES
GTKDOC_LIBS = \
- $(top_builddir)/gdk/libgdk-4.la \
$(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS)