diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 733289f51..c6c7faa8e 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -20,6 +20,7 @@ libempathy_la_SOURCES = \ empathy-avatar.c \ empathy-time.c \ empathy-presence.c \ + empathy-status-presets.c \ empathy-debug.c \ empathy-utils.c \ empathy-message.c \ @@ -56,6 +57,7 @@ libempathy_headers = \ empathy-avatar.h \ empathy-time.h \ empathy-presence.h \ + empathy-status-presets.h \ empathy-debug.h \ empathy-utils.h \ empathy-message.h \ @@ -139,6 +141,7 @@ empathy-enum-types.c: $(libempathy_headers) Makefile dtddir = $(datadir)/empathy dtd_DATA = \ + empathy-status-presets.dtd \ empathy-chatroom-manager.dtd stylesheetdir = $(datadir)/empathy |