diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-26 11:00:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-26 11:00:55 +0200 |
commit | 18dea8cdfc0dccbc5f2ab6303ca4613257e304ad (patch) | |
tree | 11f933081f0279e636d01b4661ec9d69baf0b65e /vst/Makefile.mingw32 | |
parent | 4cb91eb29feb454c3e7162100508a2ea64b3ab6a (diff) |
Fix makefiles
Diffstat (limited to 'vst/Makefile.mingw32')
-rw-r--r-- | vst/Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index bf2a859..d707b85 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -54,6 +54,7 @@ GUI_SRC = \ $(DG_BASE)/plugingui/listboxbasic.cc \ $(DG_BASE)/plugingui/verticalline.cc \ $(DG_BASE)/plugingui/knob.cc \ + $(DG_BASE)/plugingui/directory.cc \ $(DG_BASE)/plugingui/filebrowser.cc \ $(DG_BASE)/plugingui/combobox.cc \ $(DG_BASE)/plugingui/progressbar.cc \ |