diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-06-26 20:05:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-26 23:40:01 +0800 |
commit | 53050e14aadcd76d454a5236454e3d44f63f0ddd (patch) | |
tree | 188c020448796095808d3d4035c04e2c0a69f1d5 /libempathy-gtk/Makefile.am | |
parent | 46e1b63ca2310b6a3465c271afecc01d2ee72343 (diff) | |
download | gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.gz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.bz2 gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.lz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.xz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.zst gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.zip |
Move sound related functions to its own module.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index c38a96f23..10931012a 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -54,6 +54,7 @@ libempathy_gtk_handwritten_source = \ empathy-presence-chooser.c \ empathy-profile-chooser.c \ empathy-smiley-manager.c \ + empathy-sound.c \ empathy-spell.c \ empathy-status-preset-dialog.c \ empathy-theme-boxes.c \ @@ -113,6 +114,7 @@ libempathy_gtk_headers = \ empathy-presence-chooser.h \ empathy-profile-chooser.h \ empathy-smiley-manager.h \ + empathy-sound.h \ empathy-spell.h \ empathy-status-preset-dialog.h \ empathy-theme-boxes.h \ |