~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to src/Makefile.in

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
@HAVE_VOIP_TRUE@am__EXEEXT_1 = empathy-call-chandler$(EXEEXT)
64
64
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
65
65
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
66
 
am_empathy_OBJECTS = empathy.$(OBJEXT)
 
66
am_empathy_OBJECTS = empathy.$(OBJEXT) \
 
67
        bacon-message-connection.$(OBJEXT)
67
68
empathy_OBJECTS = $(am_empathy_OBJECTS)
68
69
empathy_LDADD = $(LDADD)
69
70
am__DEPENDENCIES_1 =
286
287
WARN_CFLAGS = @WARN_CFLAGS@
287
288
XGETTEXT = @XGETTEXT@
288
289
XMKMF = @XMKMF@
 
290
XSLTPROC = @XSLTPROC@
289
291
X_CFLAGS = @X_CFLAGS@
290
292
X_EXTRA_LIBS = @X_EXTRA_LIBS@
291
293
X_LIBS = @X_LIBS@
357
359
        $(top_builddir)/libempathy/libempathy.la                \
358
360
        $(EMPATHY_LIBS)
359
361
 
360
 
empathy_SOURCES = empathy.c
 
362
empathy_SOURCES = \
 
363
        empathy.c                       \
 
364
        bacon-message-connection.c      \
 
365
        bacon-message-connection.h
 
366
 
361
367
empathy_accounts_SOURCES = empathy-accounts.c
362
368
empathy_logs_SOURCES = empathy-logs.c
363
369
empathy_chat_chandler_SOURCES = empathy-chat-chandler.c
487
493
distclean-compile:
488
494
        -rm -f *.tab.c
489
495
 
 
496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bacon-message-connection.Po@am__quote@
490
497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-accounts.Po@am__quote@
491
498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-call-chandler.Po@am__quote@
492
499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-chat-chandler.Po@am__quote@