Skip to content

Commit

Permalink
Added tpa-contact.c to Makefile.am
Browse files Browse the repository at this point in the history
git-svn-id: http://sanoi.webfactional.com/trunk@39 79def182-f41f-0410-b320-e94a04284523
  • Loading branch information
mario committed Aug 4, 2007
1 parent ddd3058 commit eb03368
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ bin_PROGRAMS = fama

fama_SOURCES = \
main.c tpa-account.c tpa-channel.c \
tpa-connection.c tpa-manager-factory.c ui-clock.c \
ui-color.c ui-command-account.c ui-command.c \
ui-command-connect.c ui-command-line.c ui-command-status.c \
ui-contactlist.c ui-focus.c ui-interface.c \
ui-keyfile.c ui-log.c ui-signal.c \
ui-statusbar.c ui-stdin-handler.c ui-textwrap.c \
ui-utf8.c ui-util.c ui-window.c
tpa-connection.c tpa-manager-factory.c tpa-contact.c \
ui-clock.c ui-color.c ui-command-account.c \
ui-command.c ui-command-connect.c ui-command-line.c \
ui-command-status.c ui-contactlist.c ui-focus.c \
ui-interface.c ui-keyfile.c ui-log.c \
ui-signal.c ui-statusbar.c ui-stdin-handler.c \
ui-textwrap.c ui-utf8.c ui-util.c \
ui-window.c

fama_CPPFLAGS = $(GLIB_CFLAGS) $(TAPIOCA_CLIENT_GLIB_CFLAGS)

Expand Down
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ init_all()
* Print version information
*/

g_message("Fama v%s (c) 2007 Mario Danic & Jonas Broms",
VERSION);
g_message("Fama v%s (c) 2007 Mario Danic & Jonas Broms", VERSION);

/*
* Check wether a D-Bus session is available or not
Expand Down

0 comments on commit eb03368

Please sign in to comment.