From c7a86a47001baca65c87d0f060f9a57af8537cf2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 11 Mar 2018 23:17:06 +0100 Subject: Rename some functions to make them unique Makes things less confusing. Ulterior motive: makes Meson unity builds work. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3aff3f1..bd9a961 100644 --- a/meson.build +++ b/meson.build @@ -32,6 +32,7 @@ executable('colloquium', 'src/imagestore.c', 'src/print.c', 'src/sc_parse.c', + 'src/utils.c', ], dependencies : [gtkdep, mdep], install : true) -- cgit v1.2.3