comparison src/Makefile.am @ 10297:ec140184437b

[gaim-migrate @ 11480] "After applying this patch, which modifies the make files and makes the @file/@ingroup markers at the top of several gtk files more uniform, the following files should be renamed: dnd-hints.h -> gtkdnd-hints.h dnd-hints.c -> gtkdnd-hints.c gaim-disclosure.h -> gtkgaim-disclosure.h gaim-disclosure.c -> gtkgaim-disclosure.c stock.h -> gtkstock.h stock.c -> gtkstock.c I believe that completes the renaming of files which are explicitly for gtkgaim; all files in /gaim/src which depend upon gtk should now have gtk in their name. There are two candidates which might be considered part of gtkgaim rather than part of the core, but I didn't modify them: session.c and log.c. Both are quite gaim-UI specific, it seems, particularly session, but perhaps other UIs could also make use of their functionality. -Evan " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 02 Dec 2004 20:34:19 +0000
parents 0cf2a686266e
children 581de78cf809
comparison
equal deleted inserted replaced
10296:a7b2fd5efcf2 10297:ec140184437b
141 141
142 bin_PROGRAMS = gaim gaim-remote 142 bin_PROGRAMS = gaim gaim-remote
143 143
144 gaim_SOURCES = \ 144 gaim_SOURCES = \
145 $(gaim_coresources) \ 145 $(gaim_coresources) \
146 dnd-hints.c \
147 gaim-disclosure.c \
148 gtkaccount.c \ 146 gtkaccount.c \
149 gtkcellrendererprogress.c \ 147 gtkcellrendererprogress.c \
150 gtkblist.c \ 148 gtkblist.c \
151 gtkconn.c \ 149 gtkconn.c \
152 gtkconv.c \ 150 gtkconv.c \
153 gtkdebug.c \ 151 gtkdebug.c \
154 gtkdialogs.c \ 152 gtkdialogs.c \
153 gtkdnd-hints.c \
154 gtkgaim-disclosure.c \
155 gtkeventloop.c \ 155 gtkeventloop.c \
156 gtkft.c \ 156 gtkft.c \
157 gtkimhtml.c \ 157 gtkimhtml.c \
158 gtkimhtmltoolbar.c \ 158 gtkimhtmltoolbar.c \
159 gtklog.c \ 159 gtklog.c \
166 gtkrequest.c \ 166 gtkrequest.c \
167 gtkroomlist.c \ 167 gtkroomlist.c \
168 gtksound.c \ 168 gtksound.c \
169 gtksourceiter.c \ 169 gtksourceiter.c \
170 gtkstatusselector.c \ 170 gtkstatusselector.c \
171 gtkstock.c \
171 gtkthemes.c \ 172 gtkthemes.c \
172 gtkutils.c \ 173 gtkutils.c \
173 idle.c \ 174 idle.c \
174 main.c \ 175 main.c \
175 session.c \ 176 session.c
176 stock.c
177 177
178 gaim_headers = \ 178 gaim_headers = \
179 $(gaim_coreheaders) \ 179 $(gaim_coreheaders) \
180 dnd-hints.h \
181 gaim.h \ 180 gaim.h \
182 gaim-disclosure.h \
183 gtkaccount.h \ 181 gtkaccount.h \
184 gtkcellrendererprogress.h \ 182 gtkcellrendererprogress.h \
185 gtkblist.h \ 183 gtkblist.h \
186 gtkconn.h \ 184 gtkconn.h \
187 gtkconv.h \ 185 gtkconv.h \
188 gtkdebug.h \ 186 gtkdebug.h \
189 gtkdialogs.h \ 187 gtkdialogs.h \
188 gtkdnd-hints.h \
190 gtkeventloop.h \ 189 gtkeventloop.h \
191 gtkft.h \ 190 gtkft.h \
192 gtkgaim.h \ 191 gtkgaim.h \
192 gtkgaim-disclosure.h \
193 gtkimhtml.h \ 193 gtkimhtml.h \
194 gtkimhtmltoolbar.h \ 194 gtkimhtmltoolbar.h \
195 gtklog.h \ 195 gtklog.h \
196 gtknotify.h \ 196 gtknotify.h \
197 gtkplugin.h \ 197 gtkplugin.h \
202 gtkrequest.h \ 202 gtkrequest.h \
203 gtkroomlist.h \ 203 gtkroomlist.h \
204 gtksound.h \ 204 gtksound.h \
205 gtksourceiter.h \ 205 gtksourceiter.h \
206 gtkstatusselector.h \ 206 gtkstatusselector.h \
207 gtkstock.h \
207 gtkutils.h \ 208 gtkutils.h \
208 internal.h \ 209 internal.h
209 stock.h
210 210
211 gaimincludedir=$(includedir)/gaim 211 gaimincludedir=$(includedir)/gaim
212 gaiminclude_HEADERS = \ 212 gaiminclude_HEADERS = \
213 $(gaim_coreheaders) \ 213 $(gaim_coreheaders) \
214 $(gaim_headers) 214 $(gaim_headers)