comparison src/Makefile.am @ 11277:421a8523ad04

[gaim-migrate @ 13467] added support for lists and hash tables to libgaim-client committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Tue, 16 Aug 2005 15:22:35 +0000
parents 01c06e7ae1f6
children 64fadbf3810f
comparison
equal deleted inserted replaced
11276:17ebda61c6ce 11277:421a8523ad04
186 186
187 # gaim-client-example 187 # gaim-client-example
188 188
189 gaim_client_example_SOURCES = gaim-client-example.c 189 gaim_client_example_SOURCES = gaim-client-example.c
190 190
191 gaim_client_example_DEPENDENCIES = @LIBOBJS@ 191 gaim_client_example_DEPENDENCIES = @LIBOBJS@ libgaim-client.la
192
192 gaim_client_example_LDADD = \ 193 gaim_client_example_LDADD = \
193 @LIBOBJS@ \ 194 @LIBOBJS@ \
194 libgaim-client.la \ 195 libgaim-client.la \
195 $(GTK_LIBS) \ 196 $(GTK_LIBS) \
196 $(DBUS_LIBS) 197 $(DBUS_LIBS)