aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8800aee3c..ec7b1a822 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,7 +85,8 @@ bin_PROGRAMS = \
$(NULL)
libexec_PROGRAMS = \
- empathy-av
+ empathy-av \
+ empathy-auth-helper
BUILT_SOURCES=
@@ -110,6 +111,9 @@ empathy_av_SOURCES = \
empathy-sidebar.c empathy-sidebar.h \
$(NULL)
+empathy_auth_helper_SOURCES = \
+ empathy-auth-helper.c
+
empathy_handwritten_source = \
empathy-about-dialog.c empathy-about-dialog.h \
empathy-chat-window.c empathy-chat-window.h \