diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index c1bdd6248..7ca8b7104 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -28,6 +28,7 @@ libempathy_la_SOURCES = \ empathy-contact-monitor.c \ empathy-debug.c \ empathy-dispatcher.c \ + empathy-dispatch-operation.c \ empathy-idle.c \ empathy-irc-network.c \ empathy-irc-network-manager.c \ @@ -71,6 +72,7 @@ libempathy_headers = \ empathy-contact-monitor.h \ empathy-debug.h \ empathy-dispatcher.h \ + empathy-dispatch-operation.h \ empathy-idle.h \ empathy-irc-network.h \ empathy-irc-network-manager.h \ |