summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-07-25 16:08:58 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-07-25 16:08:58 +0200
commit4fb69a0c62540c8a9f2613e55731e30dc05d619f (patch)
treebb24a0b92969aaadd0d48daad4433e4f9d648b81 /plugingui
parent77cd7380d951b136c7c505ef9ca580643fcfc9e1 (diff)
Patch from Yiannis Liverezas. Fix mulitple variables with the same name in jackmidi.cc and add missing file to plugingui/Makefile.am.
Diffstat (limited to 'plugingui')
-rw-r--r--plugingui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index fed12fc..95838c3 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -17,7 +17,8 @@ plugingui_SOURCES = \
$(top_srcdir)/src/thread.cc \
$(top_srcdir)/src/semaphore.cc \
$(top_srcdir)/src/mutex.cc \
- $(top_srcdir)/src/messagehandler.cc
+ $(top_srcdir)/src/messagehandler.cc \
+ $(top_srcdir)/src/messagereceiver.cc
rcgen_SOURCES = rcgen.cc