diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-07-25 16:08:58 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-07-25 16:08:58 +0200 |
commit | 4fb69a0c62540c8a9f2613e55731e30dc05d619f (patch) | |
tree | bb24a0b92969aaadd0d48daad4433e4f9d648b81 /plugingui | |
parent | 77cd7380d951b136c7c505ef9ca580643fcfc9e1 (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.am | 3 |
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 |