diff options
author | Laurent Bigonville <bigon@bigon.be> | 2009-11-18 23:57:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-19 00:06:14 +0800 |
commit | db67069547cedf5728d0015b1c207da6bd5445f0 (patch) | |
tree | ddc8d23ab8a793c02f6cdc91f394d74983af9159 /src/Makefile.am | |
parent | d2da82d9684bd97038c95be1cef8cedf07e6df32 (diff) | |
download | gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.gz gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.bz2 gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.lz gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.xz gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.zst gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.zip |
Move empathy-log to tests/interactive and don't install it anymore
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b61f9d34a..ecec8923f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,8 +22,7 @@ LDADD = \ $(WEBKIT_LIBS) bin_PROGRAMS = \ - empathy \ - empathy-logs + empathy BUILT_SOURCES= \ empathy-tube-dispatch-enumtypes.h \ @@ -59,8 +58,6 @@ empathy_SOURCES = \ nodist_empathy_SOURCES = $(BUILT_SOURCES) -empathy_logs_SOURCES = empathy-logs.c - check_c_sources = \ $(empathy_handwritten_source) \ $(empathy_logs_SOURCES) |