summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-14 19:06:41 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-14 19:06:41 +0100
commit9cb96b7ddded318c9ef967865f67d6b8d5cfd01a (patch)
treedf4d9ca258b47276d4b2ad79fa4a077db515b292 /plugingui/Makefile.am
parente877e74632632e1b798ca791e2c30376ae4a5732 (diff)
Fix GUI crash on close.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r--plugingui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index c3664d9..300e594 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -11,7 +11,8 @@ plugingui_CFLAGS = $(plugingui_CXXFLAGS)
plugingui_SOURCES = \
$(PLUGIN_GUI_SOURCES) \
- $(top_srcdir)/src/thread.cc
+ $(top_srcdir)/src/thread.cc \
+ $(top_srcdir)/src/semaphore.cc
# $(DRUMGIZMO_SOURCES)