diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-14 19:06:41 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-14 19:06:41 +0100 |
commit | 9cb96b7ddded318c9ef967865f67d6b8d5cfd01a (patch) | |
tree | df4d9ca258b47276d4b2ad79fa4a077db515b292 /plugingui/Makefile.mingw32 | |
parent | e877e74632632e1b798ca791e2c30376ae4a5732 (diff) |
Fix GUI crash on close.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index c7a4c53..17e232f 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -33,7 +33,8 @@ CXX_SOURCES = \ $(top_srcdir)/plugingui/filebrowser.cc \ $(top_srcdir)/plugingui/knob.cc \ $(top_srcdir)/plugingui/combobox.cc \ - $(top_srcdir)/src/thread.cc + $(top_srcdir)/src/thread.cc \ + $(top_srcdir)/src/semaphore.cc OBJECTS=$(CXX_SOURCES:.cc=.o) $(C_SOURCES:.c=.o) #OBJECTS=$(PLUGIN_GUI_SOURCES:.cc=.o) |