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 /testsuite | |
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 'testsuite')
-rw-r--r-- | testsuite/gsk/Makefile.am | 2 | ||||
-rw-r--r-- | testsuite/reftests/Makefile.am | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/gsk/Makefile.am b/testsuite/gsk/Makefile.am index 2873450625..c253b36aee 100644 --- a/testsuite/gsk/Makefile.am +++ b/testsuite/gsk/Makefile.am @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ $(GTK_DEBUG_FLAGS) \ $(GTK_DEP_CFLAGS) -LDADD = $(GTK_DEP_LIBS) $(top_builddir)/gsk/libgsk-4.la +LDADD = $(GTK_DEP_LIBS) TEST_PROGS += \ $(NULL) diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am index 06893bc40a..dc56cb7bff 100644 --- a/testsuite/reftests/Makefile.am +++ b/testsuite/reftests/Makefile.am @@ -24,7 +24,6 @@ gtk_reftest_CFLAGS = \ gtk_reftest_LDADD = \ libgtkreftestprivate.la \ - $(top_builddir)/gdk/libgdk-4.la \ $(top_builddir)/gtk/libgtk-4.la \ $(GTK_DEP_LIBS) \ $(GMODULE_LIBS) \ |