diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:39:35 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:57:07 +0800 |
commit | a8587cf10bf7004c97fa2f7143c191e67b4eaf08 (patch) | |
tree | dc4212e71e96a715cc9a76c53d43056c5d9864be /src/Makefile.am | |
parent | 7a0d00bb00ead77b5d932ac0bdbdd6d5851f293f (diff) | |
download | gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar.gz gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar.bz2 gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar.lz gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar.xz gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.tar.zst gsoc2013-empathy-a8587cf10bf7004c97fa2f7143c191e67b4eaf08.zip |
remove GeditCloseButton
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01de664b0..086d13be8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,6 @@ 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_call_SOURCES = \ @@ -138,7 +137,6 @@ 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 = \ |