comparison src/Makefile.am @ 4418:3270d3536e12

[gaim-migrate @ 4691] paco-paco got gaim to compile on solaris :-) (23:18:49) Paco-Paco: Fixes getopt handling and libsocket detection on Solaris committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 04:18:46 +0000
parents c0bb8c760416
children 58c3c6cfd537
comparison
equal deleted inserted replaced
4417:fff9c1292fa1 4418:3270d3536e12
55 ui.h 55 ui.h
56 56
57 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 57 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
58 gaim_LDFLAGS = -export-dynamic 58 gaim_LDFLAGS = -export-dynamic
59 gaim_LDADD = \ 59 gaim_LDADD = \
60 @LIBOBJS@ \
60 $(GTK_LIBS) \ 61 $(GTK_LIBS) \
61 $(SOUND_LIBS) \ 62 $(SOUND_LIBS) \
62 $(STATIC_LINK_LIBS) \ 63 $(STATIC_LINK_LIBS) \
63 $(PERL_LIBS) \ 64 $(PERL_LIBS) \
64 $(XSS_LIBS) \ 65 $(XSS_LIBS) \
65 $(SM_LIBS) \ 66 $(SM_LIBS) \
66 $(INTLLIBS) \ 67 $(INTLLIBS) \
67 $(GTKSPELL_LIBS) 68 $(GTKSPELL_LIBS)
68 69
69 gaim_remote_SOURCES = gaim-remote.c socket.c 70 gaim_remote_SOURCES = gaim-remote.c socket.c
70 gaim_remote_LDADD = $(GLIB_LIBS) 71 gaim_remote_DEPENDENCIES = @LIBOBJS@
72 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS)
71 73
72 AM_CPPFLAGS = \ 74 AM_CPPFLAGS = \
73 $(PERL_CFLAGS) \ 75 $(PERL_CFLAGS) \
74 $(GTKSPELL_CFLAGS) \ 76 $(GTKSPELL_CFLAGS) \
75 -DLOCALEDIR=\"$(datadir)/locale\" \ 77 -DLOCALEDIR=\"$(datadir)/locale\" \