From 4fb69a0c62540c8a9f2613e55731e30dc05d619f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 25 Jul 2013 16:08:58 +0200 Subject: Patch from Yiannis Liverezas. Fix mulitple variables with the same name in jackmidi.cc and add missing file to plugingui/Makefile.am. --- plugingui/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugingui') 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 -- cgit v1.2.3