comparison src/Makefile.am @ 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 63f07fa577eb
children 3ff773e92747
comparison
equal deleted inserted replaced
9390:e0ff0c58a8c7 9391:36c42729186c
55 win32/nsis/translations/vietnamese.nsh 55 win32/nsis/translations/vietnamese.nsh
56 56
57 57
58 SUBDIRS = protocols 58 SUBDIRS = protocols
59 59
60 gaim_core_SOURCES = \ 60 gaim_coresources = \
61 account.c \ 61 account.c \
62 accountopt.c \ 62 accountopt.c \
63 blist.c \ 63 blist.c \
64 buddyicon.c \ 64 buddyicon.c \
65 cmds.c \ 65 cmds.c \
134 xmlnode.h 134 xmlnode.h
135 135
136 bin_PROGRAMS = gaim gaim-remote 136 bin_PROGRAMS = gaim gaim-remote
137 137
138 gaim_SOURCES = \ 138 gaim_SOURCES = \
139 $(gaim_core_SOURCES) \ 139 $(gaim_coresources) \
140 about.c \ 140 about.c \
141 away.c \ 141 away.c \
142 dialogs.c \ 142 dialogs.c \
143 dnd-hints.c \ 143 dnd-hints.c \
144 gaim-disclosure.c \ 144 gaim-disclosure.c \