comparison src/Makefile.am @ 9364:63f07fa577eb

[gaim-migrate @ 10172] Patch #901874, from Stu Tomlinson -- distributes headers on make install committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 23 Jun 2004 19:55:58 +0000
parents 933a19e3a6b3
children 36c42729186c
comparison
equal deleted inserted replaced
9363:997c28571364 9364:63f07fa577eb
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 CORESOURCES = \ 60 gaim_core_SOURCES = \
61 account.c \ 61 account.c \
62 accountopt.c \
63 blist.c \
64 buddyicon.c \
65 cmds.c \
66 connection.c \
67 conversation.c \
68 core.c \
69 debug.c \
70 eventloop.c \
71 ft.c \
72 imgstore.c \
73 log.c \
74 md5.c \
75 network.c \
76 notify.c \
77 plugin.c \
78 pluginpref.c \
79 pounce.c \
80 privacy.c \
81 proxy.c \
82 prefs.c \
83 prpl.c \
84 request.c \
85 roomlist.c \
86 server.c \
87 sha.c \
88 signals.c \
89 status.c \
90 stringref.c \
91 sound.c \
92 sslconn.c \
93 util.c \
94 value.c \
95 xmlnode.c
96
97 gaim_coreheaders = \
62 account.h \ 98 account.h \
63 accountopt.c \
64 accountopt.h \ 99 accountopt.h \
65 away.h \ 100 away.h \
66 blist.c \
67 blist.h \ 101 blist.h \
68 buddyicon.c \
69 buddyicon.h \ 102 buddyicon.h \
70 cmds.c \
71 cmds.h \ 103 cmds.h \
72 connection.c \
73 connection.h \ 104 connection.h \
74 conversation.c \
75 conversation.h \ 105 conversation.h \
76 core.c \
77 core.h \ 106 core.h \
78 debug.c \
79 debug.h \ 107 debug.h \
80 eventloop.c \
81 eventloop.h \ 108 eventloop.h \
82 ft.c \
83 ft.h \ 109 ft.h \
84 imgstore.c \
85 imgstore.h \ 110 imgstore.h \
86 log.c \
87 log.h \ 111 log.h \
88 md5.c \
89 md5.h \ 112 md5.h \
90 multi.h \ 113 multi.h \
91 network.c \
92 network.h \ 114 network.h \
93 notify.c \
94 notify.h \ 115 notify.h \
95 plugin.c \
96 plugin.h \ 116 plugin.h \
97 pluginpref.c \
98 pluginpref.h \ 117 pluginpref.h \
99 pounce.c \
100 pounce.h \ 118 pounce.h \
101 privacy.c \
102 privacy.h \ 119 privacy.h \
103 proxy.c \
104 proxy.h \ 120 proxy.h \
105 prefs.c \
106 prefs.h \ 121 prefs.h \
107 prpl.c \
108 prpl.h \ 122 prpl.h \
109 request.c \
110 request.h \ 123 request.h \
111 roomlist.c \
112 roomlist.h \ 124 roomlist.h \
113 server.c \
114 server.h \ 125 server.h \
115 sha.c \
116 sha.h \ 126 sha.h \
117 signals.c \
118 signals.h \ 127 signals.h \
119 status.c \
120 status.h \ 128 status.h \
121 stringref.c \
122 stringref.h \ 129 stringref.h \
123 sound.c \
124 sound.h \ 130 sound.h \
125 sslconn.c \
126 sslconn.h \ 131 sslconn.h \
127 util.c \
128 util.h \ 132 util.h \
129 value.c \
130 value.h \ 133 value.h \
131 xmlnode.c \
132 xmlnode.h 134 xmlnode.h
133 135
134 bin_PROGRAMS = gaim gaim-remote 136 bin_PROGRAMS = gaim gaim-remote
137
135 gaim_SOURCES = \ 138 gaim_SOURCES = \
136 $(CORESOURCES) \ 139 $(gaim_core_SOURCES) \
137 about.c \ 140 about.c \
138 away.c \ 141 away.c \
139 dialogs.c \ 142 dialogs.c \
140 dnd-hints.c \ 143 dnd-hints.c \
141 dnd-hints.h \
142 gaim.h \
143 gaim-disclosure.c \ 144 gaim-disclosure.c \
144 gaim-disclosure.h \
145 gaimrc.c \ 145 gaimrc.c \
146 gtkaccount.c \ 146 gtkaccount.c \
147 gtkaccount.h \
148 gtkcellrendererprogress.c \ 147 gtkcellrendererprogress.c \
149 gtkcellrendererprogress.h \
150 gtkblist.c \ 148 gtkblist.c \
151 gtkblist.h \
152 gtkconn.c \ 149 gtkconn.c \
153 gtkconn.h \
154 gtkconv.c \ 150 gtkconv.c \
155 gtkconv.h \
156 gtkdebug.c \ 151 gtkdebug.c \
157 gtkdebug.h \
158 gtkeventloop.c \ 152 gtkeventloop.c \
159 gtkeventloop.h \
160 gtkft.c \ 153 gtkft.c \
161 gtkft.h \
162 gtkimhtml.c \ 154 gtkimhtml.c \
163 gtkimhtml.h \
164 gtkimhtmltoolbar.c \ 155 gtkimhtmltoolbar.c \
165 gtkimhtmltoolbar.h \
166 gtkinternal.h \
167 gtklog.c \ 156 gtklog.c \
168 gtklog.h \
169 gtknotify.c \ 157 gtknotify.c \
170 gtknotify.h \
171 gtkplugin.c \ 158 gtkplugin.c \
172 gtkplugin.h \
173 gtkpluginpref.c \ 159 gtkpluginpref.c \
174 gtkpluginpref.h \
175 gtkprefs.c \ 160 gtkprefs.c \
176 gtkprefs.h \
177 gtkprivacy.c \ 161 gtkprivacy.c \
178 gtkprivacy.h \
179 gtkpounce.c \ 162 gtkpounce.c \
180 gtkpounce.h \
181 gtkrequest.c \ 163 gtkrequest.c \
182 gtkrequest.h \
183 gtkroomlist.c \ 164 gtkroomlist.c \
184 gtkroomlist.h \
185 gtksound.c \ 165 gtksound.c \
186 gtksound.h \
187 gtksourceiter.c \ 166 gtksourceiter.c \
188 gtksourceiter.h \
189 gtkutils.c \ 167 gtkutils.c \
190 gtkutils.h \
191 idle.c \ 168 idle.c \
192 internal.h \
193 main.c \ 169 main.c \
194 session.c \ 170 session.c \
195 stock.c \ 171 stock.c \
172 themes.c
173
174 gaim_headers = \
175 $(gaim_coreheaders) \
176 dnd-hints.h \
177 gaim.h \
178 gaim-disclosure.h \
179 gtkaccount.h \
180 gtkcellrendererprogress.h \
181 gtkblist.h \
182 gtkconn.h \
183 gtkconv.h \
184 gtkdebug.h \
185 gtkeventloop.h \
186 gtkft.h \
187 gtkimhtml.h \
188 gtkimhtmltoolbar.h \
189 gtkinternal.h \
190 gtklog.h \
191 gtknotify.h \
192 gtkplugin.h \
193 gtkpluginpref.h \
194 gtkprefs.h \
195 gtkprivacy.h \
196 gtkpounce.h \
197 gtkrequest.h \
198 gtkroomlist.h \
199 gtksound.h \
200 gtksourceiter.h \
201 gtkutils.h \
202 internal.h \
196 stock.h \ 203 stock.h \
197 themes.c \
198 ui.h 204 ui.h
205
206 gaimincludedir=$(includedir)/gaim
207 gaiminclude_HEADERS = \
208 $(gaim_coreheaders) \
209 $(gaim_headers)
199 210
200 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 211 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
201 gaim_LDFLAGS = -export-dynamic 212 gaim_LDFLAGS = -export-dynamic
202 gaim_LDADD = \ 213 gaim_LDADD = \
203 @LIBOBJS@ \ 214 @LIBOBJS@ \