Mercurial > pidgin
changeset 9391:36c42729186c
[gaim-migrate @ 10200]
This fixes a problem Cae was having when building, and we're commiting
it because Cae is "perfect and adorable," although not exactly modest :-)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 25 Jun 2004 03:06:52 +0000 |
parents | e0ff0c58a8c7 |
children | 9c0af5734311 |
files | src/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.am Fri Jun 25 00:39:58 2004 +0000 +++ b/src/Makefile.am Fri Jun 25 03:06:52 2004 +0000 @@ -57,7 +57,7 @@ SUBDIRS = protocols -gaim_core_SOURCES = \ +gaim_coresources = \ account.c \ accountopt.c \ blist.c \ @@ -136,7 +136,7 @@ bin_PROGRAMS = gaim gaim-remote gaim_SOURCES = \ - $(gaim_core_SOURCES) \ + $(gaim_coresources) \ about.c \ away.c \ dialogs.c \