diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-21 22:13:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-21 23:02:29 +0800 |
commit | b48a8176d050de2d03bed6c5f00b451f3ca5c750 (patch) | |
tree | 7a1c40708fbf6126e0566553006de8b016f780a2 /src | |
parent | 988a99a9a54a20fff1846275f98a0c3b3c4c3469 (diff) | |
download | gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.gz gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.bz2 gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.lz gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.xz gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.zst gsoc2013-empathy-b48a8176d050de2d03bed6c5f00b451f3ca5c750.zip |
always build empathy-call
https://bugzilla.gnome.org/show_bug.cgi?id=629902
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a2aa31d5b..801052877 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,8 +109,6 @@ empathy_chat_SOURCES = \ gedit-close-button.c gedit-close-button.h \ $(NULL) -if HAVE_CALL - libexec_PROGRAMS += empathy-call empathy_call_SOURCES = \ @@ -153,8 +151,6 @@ empathy_call_SOURCES = \ empathy_call_CFLAGS = $(EMPATHY_CALL_CFLAGS) empathy_call_LDFLAGS = $(EMPATHY_CALL_LIBS) -endif - empathy_handwritten_source = \ empathy-about-dialog.c empathy-about-dialog.h \ empathy-chat-window.c empathy-chat-window.h \ |