diff options
author | David Robillard <d@drobilla.net> | 2018-01-21 00:41:34 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-21 00:56:50 +0100 |
commit | 001b459dfaf5d2ed53e4f7a5daea2a408aba1a2d (patch) | |
tree | 165e5620da80f2f9ad6dc0da603932973b461791 /src/wscript | |
parent | a99b72e4adbc4c28fadc08d29299d99405f72db9 (diff) | |
download | ingen-001b459dfaf5d2ed53e4f7a5daea2a408aba1a2d.tar.gz ingen-001b459dfaf5d2ed53e4f7a5daea2a408aba1a2d.tar.bz2 ingen-001b459dfaf5d2ed53e4f7a5daea2a408aba1a2d.zip |
Replace Glib::Module
Diffstat (limited to 'src/wscript')
-rw-r--r-- | src/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 82055ac9..2fe39652 100644 --- a/src/wscript +++ b/src/wscript @@ -11,6 +11,7 @@ def build(bld): 'FilePath.cpp', 'Forge.cpp', 'LV2Features.cpp', + 'Library.cpp', 'Log.cpp', 'Parser.cpp', 'Resource.cpp', |