diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-12 20:05:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 19:37:15 +0800 |
commit | 4c0ea57b6d3a4c77a27326c83ebaaffec194dd18 (patch) | |
tree | ef83fea5c62ce6dc454d1e4bc0b73b985e680c52 /libempathy-gtk/Makefile.am | |
parent | e02025bf48c753213d2a5af7cc2c38823f2d13dc (diff) | |
download | gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar.gz gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar.bz2 gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar.lz gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar.xz gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.tar.zst gsoc2013-empathy-4c0ea57b6d3a4c77a27326c83ebaaffec194dd18.zip |
add stub EmpathyNotifyManager (#601691)
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 e3e5b847c..d5b05e4e3 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -53,6 +53,7 @@ libempathy_gtk_handwritten_source = \ empathy-kludge-label.c \ empathy-log-window.c \ empathy-new-message-dialog.c \ + empathy-notify-manager.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ empathy-share-my-desktop.c \ @@ -95,6 +96,7 @@ libempathy_gtk_headers = \ empathy-kludge-label.h \ empathy-log-window.h \ empathy-new-message-dialog.h \ + empathy-notify-manager.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-share-my-desktop.h \ |