diff options
Diffstat (limited to 'plugingui/Makefile.am')
-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 |