comparison src/Makefile.am @ 11405:a6d446cf090f

[gaim-migrate @ 13640] Get rid of the old gaim-remote. Someone will need to make sure the new D-BUS stuff is distributed in the tarballs and rpms appropriately. Did I miss any pieces? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 01 Sep 2005 03:32:52 +0000
parents 7e98b3bf2fdf
children 9f6df41df587
comparison
equal deleted inserted replaced
11404:677a3862260f 11405:a6d446cf090f
199 199
200 # gaim-client-example 200 # gaim-client-example
201 201
202 gaim_client_example_SOURCES = gaim-client-example.c 202 gaim_client_example_SOURCES = gaim-client-example.c
203 203
204 gaim_client_example_DEPENDENCIES = @LIBOBJS@ libgaim-client.la 204 gaim_client_example_DEPENDENCIES = @LIBOBJS@ libgaim-client.la
205 205
206 gaim_client_example_LDADD = \ 206 gaim_client_example_LDADD = \
207 @LIBOBJS@ \ 207 @LIBOBJS@ \
208 libgaim-client.la \ 208 libgaim-client.la \
209 $(GTK_LIBS) \ 209 $(GTK_LIBS) \
210 $(DBUS_LIBS) 210 $(DBUS_LIBS)
211 211
212 gaim_clientbP = gaim-client-example 212 gaim_clientbP = gaim-client-example
213 213
214 gaim-client-example.$(OBJEXT): gaim-client-bindings.h 214 gaim-client-example.$(OBJEXT): gaim-client-bindings.h
215 215
216 # scripts 216 # scripts
217 217
218 bin_SCRIPTS = gaim-remote.py gaim-notifications-example.py gaim-send gaim-send-async 218 bin_SCRIPTS = gaim-remote.py gaim-notifications-example.py gaim-send gaim-send-async
219 219
230 dbus_sessiondir = $(DBUS_SESSION_DIR) 230 dbus_sessiondir = $(DBUS_SESSION_DIR)
231 dbus_session_DATA = gaim.service 231 dbus_session_DATA = gaim.service
232 232
233 endif 233 endif
234 234
235 bin_PROGRAMS = gaim gaim-remote $(gaim_clientbP) 235 bin_PROGRAMS = gaim $(gaim_clientbP)
236 236
237 gaim_SOURCES = \ 237 gaim_SOURCES = \
238 $(gaim_coresources) \ 238 $(gaim_coresources) \
239 $(dbus_sources) \ 239 $(dbus_sources) \
240 gtkcombobox.c \ 240 gtkcombobox.c \
331 $(SM_LIBS) \ 331 $(SM_LIBS) \
332 $(INTLLIBS) \ 332 $(INTLLIBS) \
333 $(GTKSPELL_LIBS) \ 333 $(GTKSPELL_LIBS) \
334 $(STARTUP_NOTIFICATION_LIBS) 334 $(STARTUP_NOTIFICATION_LIBS)
335 335
336 gaim_remote_SOURCES = \
337 gaim-remote.c \
338 prefix.c \
339 prefix.h
340
341 gaim_remote_DEPENDENCIES = @LIBOBJS@
342 gaim_remote_LDADD = \
343 @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \
344 $(top_builddir)/plugins/gaim-remote/libgaim-remote.la
345
346 AM_CPPFLAGS = \ 336 AM_CPPFLAGS = \
347 -DBR_PTHREADS=0 \ 337 -DBR_PTHREADS=0 \
348 -DDATADIR=\"$(datadir)\" \ 338 -DDATADIR=\"$(datadir)\" \
349 -DLIBDIR=\"$(libdir)/gaim/\" \ 339 -DLIBDIR=\"$(libdir)/gaim/\" \
350 -DLOCALEDIR=\"$(datadir)/locale\" \ 340 -DLOCALEDIR=\"$(datadir)/locale\" \