From a99b72e4adbc4c28fadc08d29299d99405f72db9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 00:41:34 +0100 Subject: Add FilePath class and remove use of glib path utilities --- src/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 5429ba26..82055ac9 100644 --- a/src/wscript +++ b/src/wscript @@ -8,6 +8,7 @@ def build(bld): 'ClashAvoider.cpp', 'ColorContext.cpp', 'Configuration.cpp', + 'FilePath.cpp', 'Forge.cpp', 'LV2Features.cpp', 'Log.cpp', -- cgit v1.2.1