diff options
Diffstat (limited to 'salut/Makefile.am')
-rw-r--r-- | salut/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/salut/Makefile.am b/salut/Makefile.am index af96051c..d2878b10 100644 --- a/salut/Makefile.am +++ b/salut/Makefile.am @@ -4,10 +4,12 @@ pkgconfig_DATA = telepathy-salut.pc salutincludedir = $(includedir)/telepathy-salut-0/salut salutinclude_HEADERS = \ + connection.h \ plugin.h \ protocol.h \ capabilities-set.h \ caps-channel-manager.h \ - capabilities.h + capabilities.h \ + sidecar.h endif |