aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 17:14:31 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 17:14:46 +0800
commit1e6d192d7a61c14fefae302f2109a91a9a916287 (patch)
tree8b93d97e0f8d93c26d9c98741cd91822f29a8bda /src/Makefile.am
parent426487b5817b6f75c77ee888b3355fd7b89981a2 (diff)
downloadgsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar.gz
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar.bz2
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar.lz
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar.xz
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.tar.zst
gsoc2013-empathy-1e6d192d7a61c14fefae302f2109a91a9a916287.zip
src/Makefile.am: add $(NULL)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4af9ba18a..66c1089e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -112,17 +112,20 @@ empathy_handwritten_av_source = \
empathy_av_SOURCES = \
$(empathy_handwritten_av_source) \
- ev-sidebar.c ev-sidebar.h
+ ev-sidebar.c ev-sidebar.h \
+ $(NULL)
empathy_auth_client_SOURCES = \
- empathy-auth-client.c
+ empathy-auth-client.c \
+ $(NULL)
empathy_chat_SOURCES = \
empathy-about-dialog.c empathy-about-dialog.h \
empathy-chat-manager.c empathy-chat-manager.h \
empathy-chat-window.c empathy-chat-window.h \
empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \
- empathy-chat.c
+ empathy-chat.c \
+ $(NULL)
empathy_handwritten_source = \
empathy-about-dialog.c empathy-about-dialog.h \