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 /examples/application10/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 'examples/application10/Makefile.am')
-rw-r--r-- | examples/application10/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/application10/Makefile.am b/examples/application10/Makefile.am index 791335b63a..47b7a11edf 100644 --- a/examples/application10/Makefile.am +++ b/examples/application10/Makefile.am @@ -4,7 +4,6 @@ GTK_CFLAGS = \ GTK_LIBS = \ $(top_builddir)/gtk/libgtk-4.la \ - $(top_builddir)/gdk/libgdk-4.la \ $(GTK_DEP_LIBS) |