diff options
author | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-07-18 02:48:07 +0800 |
---|---|---|
committer | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-07-20 22:37:19 +0800 |
commit | 4c748f51e9ce75c711ec15ef54a473b735d32e89 (patch) | |
tree | 88b72ed2b366dc5e0462686d8c44c50e47f03dbc /libempathy-gtk | |
parent | 2e50e3145e5bbd85366da1c97d94c785bc8c7ef4 (diff) | |
download | gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar.gz gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar.bz2 gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar.lz gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar.xz gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.tar.zst gsoc2013-empathy-4c748f51e9ce75c711ec15ef54a473b735d32e89.zip |
Add the new files in Makefile.am
Diffstat (limited to 'libempathy-gtk')
-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 5903efb15..4c80e9f98 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -41,6 +41,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ empathy-contact-menu.c \ + empathy-share-my-desktop.c \ empathy-contact-selector.c \ empathy-contact-widget.c \ empathy-geometry.c \ @@ -101,6 +102,7 @@ libempathy_gtk_headers = \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ empathy-contact-menu.h \ + empathy-share-my-desktop.h \ empathy-contact-selector.h \ empathy-contact-widget.h \ empathy-geometry.h \ |