diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-21 22:54:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-21 22:54:51 +0800 |
commit | 6b33a26fa16179fce84a6243ede3f2d226ce4718 (patch) | |
tree | 853c3a2e2e05b044fe993f66e3007fe6687c04e4 /src/Makefile.am | |
parent | 7490e07615a360c73cf204f6023298785eefe183 (diff) | |
download | gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar.gz gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar.bz2 gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar.lz gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar.xz gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.tar.zst gsoc2013-empathy-6b33a26fa16179fce84a6243ede3f2d226ce4718.zip |
add gedit-close-button
This file is a bare copy from gedit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4b1b4c416..380a1c46c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,6 +140,7 @@ empathy_chat_SOURCES = \ empathy-chat-window.c empathy-chat-window.h \ empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \ empathy-chat.c \ + gedit-close-button.c gedit-close-button.h \ $(NULL) empathy_handwritten_source = \ @@ -156,6 +157,7 @@ empathy_handwritten_source = \ empathy-preferences.c empathy-preferences.h \ empathy-status-icon.c empathy-status-icon.h \ empathy-chat-manager.c empathy-chat-manager.h \ + gedit-close-button.c gedit-close-button.h \ empathy.c empathy_SOURCES = \ |