[gtk+/wip/gtk4: 7/9] Make tests build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gtk4: 7/9] Make tests build
- Date: Fri, 7 Oct 2016 01:38:59 +0000 (UTC)
commit d4db34b2b7aa304849f4130423d80146394a8adb
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 6 15:36:33 2016 -0400
Make tests build
tests/Makefile.am | 6 +++---
tests/visuals/Makefile.am | 6 +++---
testsuite/a11y/Makefile.am | 4 ++--
testsuite/a11y/state/Makefile.am | 4 ++--
testsuite/css/Makefile.am | 4 ++--
testsuite/css/nodes/Makefile.am | 4 ++--
testsuite/css/parser/Makefile.am | 4 ++--
testsuite/css/style/Makefile.am | 4 ++--
testsuite/gtk/Makefile.am | 6 +++---
testsuite/reftests/Makefile.am | 8 ++++----
10 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 649981f..1380131 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,11 +12,11 @@ AM_CPPFLAGS = \
$(GDK_DEP_CFLAGS)
DEPS = \
- $(top_builddir)/gtk/libgtk-3.la
+ $(top_builddir)/gtk/libgtk-4.la
LDADD = \
- $(top_builddir)/gtk/libgtk-3.la \
- $(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/gtk/libgtk-4.la \
+ $(top_builddir)/gdk/libgdk-4.la \
$(GTK_DEP_LIBS) \
$(GDK_DEP_LIBS) \
-lm
diff --git a/tests/visuals/Makefile.am b/tests/visuals/Makefile.am
index 8250de6..43dfa68 100644
--- a/tests/visuals/Makefile.am
+++ b/tests/visuals/Makefile.am
@@ -9,11 +9,11 @@ AM_CPPFLAGS = \
AM_CXXFLAGS = $(AM_CPPFLAGS)
DEPS = \
- $(top_builddir)/gtk/libgtk-3.la
+ $(top_builddir)/gtk/libgtk-4.la
LDADDS = \
- $(top_builddir)/gtk/libgtk-3.la \
- $(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/gtk/libgtk-4.la \
+ $(top_builddir)/gdk/libgdk-4.la \
$(GTK_DEP_LIBS) \
-lm
diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am
index 9fd1fc0..39f1eb7 100644
--- a/testsuite/a11y/Makefile.am
+++ b/testsuite/a11y/Makefile.am
@@ -16,8 +16,8 @@ AM_CPPFLAGS = \
$(GTK_DEP_CFLAGS)
LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS)
# work around random file systems showing up in the file chooser,
diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am
index 2861d4d..42baceb 100644
--- a/testsuite/a11y/state/Makefile.am
+++ b/testsuite/a11y/state/Makefile.am
@@ -13,8 +13,8 @@ AM_CPPFLAGS = \
$(GTK_DEP_CFLAGS)
LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS)
TESTS_ENVIRONMENT = \
diff --git a/testsuite/css/Makefile.am b/testsuite/css/Makefile.am
index 091591a..61e68d5 100644
--- a/testsuite/css/Makefile.am
+++ b/testsuite/css/Makefile.am
@@ -18,8 +18,8 @@ AM_CPPFLAGS = \
$(GTK_DEP_CFLAGS)
LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS)
TEST_PROGS += api
diff --git a/testsuite/css/nodes/Makefile.am b/testsuite/css/nodes/Makefile.am
index 339c47e..9c24c2a 100644
--- a/testsuite/css/nodes/Makefile.am
+++ b/testsuite/css/nodes/Makefile.am
@@ -18,8 +18,8 @@ test_css_nodes_CFLAGS = \
$(NULL)
test_css_nodes_LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS) \
$(NULL)
diff --git a/testsuite/css/parser/Makefile.am b/testsuite/css/parser/Makefile.am
index bd79891..9f803e6 100644
--- a/testsuite/css/parser/Makefile.am
+++ b/testsuite/css/parser/Makefile.am
@@ -19,8 +19,8 @@ test_css_parser_CFLAGS = \
$(GTK_DEP_CFLAGS)
test_css_parser_LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS)
test_css_parser_SOURCES = \
diff --git a/testsuite/css/style/Makefile.am b/testsuite/css/style/Makefile.am
index bfdb22b..5340de0 100644
--- a/testsuite/css/style/Makefile.am
+++ b/testsuite/css/style/Makefile.am
@@ -18,8 +18,8 @@ test_css_style_CFLAGS = \
$(NULL)
test_css_style_LDADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS) \
$(NULL)
diff --git a/testsuite/gtk/Makefile.am b/testsuite/gtk/Makefile.am
index a0f290d..3dde3a0 100644
--- a/testsuite/gtk/Makefile.am
+++ b/testsuite/gtk/Makefile.am
@@ -17,11 +17,11 @@ AM_CPPFLAGS += -DHAVE_UNIX_PRINT_WIDGETS
endif
DEPS = \
- $(top_builddir)/gtk/libgtk-3.la
+ $(top_builddir)/gtk/libgtk-4.la
LDADD = \
- $(top_builddir)/gtk/libgtk-3.la \
- $(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/gtk/libgtk-4.la \
+ $(top_builddir)/gdk/libgdk-4.la \
$(GTK_DEP_LIBS)
noinst_PROGRAMS = $(TEST_PROGS)
diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am
index 068d9f8..5d2961b 100644
--- a/testsuite/reftests/Makefile.am
+++ b/testsuite/reftests/Makefile.am
@@ -24,8 +24,8 @@ gtk_reftest_CFLAGS = \
gtk_reftest_LDADD = \
libgtkreftestprivate.la \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS) \
$(GMODULE_LIBS) \
$(NULL)
@@ -44,8 +44,8 @@ endif
libgtkreftestprivate_la_CFLAGS = $(gtk_reftest_CFLAGS)
libgtkreftestprivate_la_LDFLAGS = $(no_undefined)
libgtkreftestprivate_la_LIBADD = \
- $(top_builddir)/gdk/libgdk-3.la \
- $(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-4.la \
+ $(top_builddir)/gtk/libgtk-4.la \
$(GTK_DEP_LIBS) \
$(GMODULE_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]