comparison src/Makefile.am @ 5859:022786c7ab53

[gaim-migrate @ 6290] CUI is gone, long live gaim-remote! The old CUI functionality, which was for remote-controlling gaim, is now a Core Plugin, so any future UI (including the current, normal gaim gtk UI) can be remote-controlled. Applications will soon be able to link against the library and header files and provide their own remote-control of gaim, but why bother? :) If you use gaim-remote, make sure to load the new plugin. It won't auto-load. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 06:06:40 +0000
parents 1d140b31d4b3
children 964e4f94fc56
comparison
equal deleted inserted replaced
5858:96e5b32e75ad 5859:022786c7ab53
14 blist.h \ 14 blist.h \
15 connection.c \ 15 connection.c \
16 connection.h \ 16 connection.h \
17 conversation.c \ 17 conversation.c \
18 conversation.h \ 18 conversation.h \
19 core.c \
20 core.h \ 19 core.h \
21 debug.c \ 20 debug.c \
22 debug.h \ 21 debug.h \
23 event.c \ 22 event.c \
24 event.h \ 23 event.h \
53 buddy_chat.c \ 52 buddy_chat.c \
54 dialogs.c \ 53 dialogs.c \
55 dnd-hints.c \ 54 dnd-hints.c \
56 dnd-hints.h \ 55 dnd-hints.h \
57 gaim.h \ 56 gaim.h \
58 gaim-socket.h \
59 gaim-disclosure.c \ 57 gaim-disclosure.c \
60 gaim-disclosure.h \ 58 gaim-disclosure.h \
61 gaimrc.c \ 59 gaimrc.c \
62 gtkaccount.c \ 60 gtkaccount.c \
63 gtkaccount.h \ 61 gtkaccount.h \
95 main.c \ 93 main.c \
96 md5.c \ 94 md5.c \
97 md5.h \ 95 md5.h \
98 privacy.h \ 96 privacy.h \
99 session.c \ 97 session.c \
100 socket.c \
101 stock.c \ 98 stock.c \
102 stock.h \ 99 stock.h \
103 themes.c \ 100 themes.c \
104 ui.h 101 ui.h
105 102
113 $(XSS_LIBS) \ 110 $(XSS_LIBS) \
114 $(SM_LIBS) \ 111 $(SM_LIBS) \
115 $(INTLLIBS) \ 112 $(INTLLIBS) \
116 $(GTKSPELL_LIBS) 113 $(GTKSPELL_LIBS)
117 114
118 gaim_remote_SOURCES = gaim-remote.c socket.c 115 gaim_remote_SOURCES = \
116 gaim-remote.c \
117 $(top_srcdir)/plugins/gaim-remote/remote-socket.c
118
119 gaim_remote_DEPENDENCIES = @LIBOBJS@ 119 gaim_remote_DEPENDENCIES = @LIBOBJS@
120 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) 120 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS)
121 121
122 AM_CPPFLAGS = \ 122 AM_CPPFLAGS = \
123 $(GTKSPELL_CFLAGS) \ 123 $(GTKSPELL_CFLAGS) \
124 $(AUDIOFILE_CFLAGS) \ 124 $(AUDIOFILE_CFLAGS) \
125 $(AO_CFLAGS) \ 125 $(AO_CFLAGS) \
126 -DLOCALEDIR=\"$(datadir)/locale\" \ 126 -DLOCALEDIR=\"$(datadir)/locale\" \
127 -DLIBDIR=\"$(libdir)/gaim/\" \ 127 -DLIBDIR=\"$(libdir)/gaim/\" \
128 -DDATADIR=\"$(datadir)\" \ 128 -DDATADIR=\"$(datadir)\" \
129 $(DEBUG_CFLAGS) 129 $(DEBUG_CFLAGS) \
130 -I$(top_srcdir)/plugins