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 fd6424b57..9a4535cd6 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -17,6 +17,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy.la libempathy_la_SOURCES = \ + empathy-account-manager.c \ empathy-chatroom.c \ empathy-chatroom-manager.c \ empathy-contact.c \ @@ -58,6 +59,7 @@ libempathy_la_LDFLAGS = \ -export-symbols-regex ^empathy_ libempathy_headers = \ + empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ empathy-contact.h \ |