diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-26 18:18:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-26 18:19:37 -0400 |
commit | 8d874cf0f8e404d22e936afd8713f1ec7b3dab15 (patch) | |
tree | 0c822ad2983321cd0c4c1f9e11bc1051831c2a1c /gtk/Makefile.am | |
parent | 6994fe03ee3f533583b6717ad979937143157c9f (diff) | |
download | gtk+-8d874cf0f8e404d22e936afd8713f1ec7b3dab15.tar.gz |
Stop using pango_split_file_list
Add a copy of this deprecated utility in gtkutils.c and use
it instead of the pango API.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |