From 7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Sep 2017 12:03:54 -0400 Subject: convert codebase to use Temporal for various time types --- libs/audiographer/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/audiographer') diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 7ac9f8f4fa..ad4140d25e 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -85,7 +85,7 @@ def build(bld): audiographer.name = 'libaudiographer' audiographer.target = 'audiographer' audiographer.export_includes = ['.', './src'] - audiographer.includes = ['.', './src','../ardour','../timecode','../evoral'] + audiographer.includes = ['.', './src','../ardour','../temporal','../evoral'] audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK XML' audiographer.use = 'libpbd' audiographer.vnum = AUDIOGRAPHER_LIB_VERSION -- cgit v1.2.3