comparison src/Makefile.am @ 5884:d188b000e892

[gaim-migrate @ 6316] There's now a gaim-remote.so (gaim plugin) and a libgaim-remote.so (library for interfacing with an instance of gaim with gaim-remote.so loaded). The gaim-remote tool links to the library, as does the plugin. Now there are far too many things named gaim-remote. The Makefile should also work again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 07:19:59 +0000
parents 964e4f94fc56
children 1afd1ffd329a
comparison
equal deleted inserted replaced
5883:f5b0c6073264 5884:d188b000e892
88 gtksound.h \ 88 gtksound.h \
89 gtkutils.c \ 89 gtkutils.c \
90 gtkutils.h \ 90 gtkutils.h \
91 html.c \ 91 html.c \
92 idle.c \ 92 idle.c \
93 internal.h \
93 log.c \ 94 log.c \
95 log.h \
94 main.c \ 96 main.c \
95 md5.c \ 97 md5.c \
96 md5.h \ 98 md5.h \
97 privacy.h \ 99 privacy.h \
98 session.c \ 100 session.c \
112 $(SM_LIBS) \ 114 $(SM_LIBS) \
113 $(INTLLIBS) \ 115 $(INTLLIBS) \
114 $(GTKSPELL_LIBS) 116 $(GTKSPELL_LIBS)
115 117
116 gaim_remote_SOURCES = \ 118 gaim_remote_SOURCES = \
117 gaim-remote.c \ 119 gaim-remote.c
118 $(top_srcdir)/plugins/gaim-remote/remote-socket.c
119 120
120 gaim_remote_DEPENDENCIES = @LIBOBJS@ 121 gaim_remote_DEPENDENCIES = @LIBOBJS@
121 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) 122 gaim_remote_LDADD = \
123 @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \
124 -L$(top_builddir)/plugins/gaim-remote -lgaim-remote
122 125
123 AM_CPPFLAGS = \ 126 AM_CPPFLAGS = \
124 $(GTKSPELL_CFLAGS) \ 127 $(GTKSPELL_CFLAGS) \
125 $(AUDIOFILE_CFLAGS) \ 128 $(AUDIOFILE_CFLAGS) \
126 $(AO_CFLAGS) \ 129 $(AO_CFLAGS) \