diff options
author | Alexander Larsson <alexl@redhat.com> | 2016-10-17 15:07:57 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2016-10-26 16:34:15 +0200 |
commit | 723b588b5d172d323dce75592b25172cbc12c552 (patch) | |
tree | 81de89e8d1d30da2027071c878f3512e353cda96 /docs/reference/gtk/Makefile.am | |
parent | 3fd63e1d675a6744e3bf42cfec29d0602ba6e500 (diff) | |
download | gtk+-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/Makefile.am')
-rw-r--r-- | docs/reference/gtk/Makefile.am | 1 |
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) |