diff options
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) |