From 8d874cf0f8e404d22e936afd8713f1ec7b3dab15 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 Mar 2016 18:18:50 -0400 Subject: Stop using pango_split_file_list Add a copy of this deprecated utility in gtkutils.c and use it instead of the pango API. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 25729d04dc..0e92feb3fe 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1511,7 +1511,7 @@ bin_PROGRAMS = \ gtk-query-settings \ gtk-launch -gtk_query_immodules_3_0_SOURCES = queryimmodules.c +gtk_query_immodules_3_0_SOURCES = queryimmodules.c gtkutils.c gtk_query_immodules_3_0_LDADD = \ libgtk-3.la \ $(top_builddir)/gdk/libgdk-3.la \ -- cgit v1.2.1