[gaim-migrate @ 5891]
[pidgin-git.git] / src / Makefile.am
blob0cf497d915aedd82c3fa2a168f22554f88b9889a
1 EXTRA_DIST = \
2                 getopt.c \
3                 getopt.h \
4                 getopt1.c
6 SUBDIRS = protocols
8 CORESOURCES = \
9         blist.c \
10         blist.h \
11         conversation.c \
12         conversation.h \
13         core.c \
14         core.h \
15         debug.c \
16         debug.h \
17         event.c \
18         event.h \
19         ft.c \
20         ft.h \
21         notify.c \
22         notify.h \
23         plugin.c \
24         plugin.h \
25         pounce.c \
26         pounce.h \
27         proxy.c \
28         proxy.h \
29         prefs.c \
30         prefs.h \
31         prpl.c \
32         prpl.h \
33         request.c \
34         request.h \
35         server.c \
36         sound.c \
37         sound.h \
38         util.c \
39         util.h
41 bin_PROGRAMS = gaim gaim-remote
42 gaim_SOURCES = \
43         $(CORESOURCES) \
44         about.c \
45         away.c \
46         browser.c \
47         buddy_chat.c \
48         dialogs.c \
49         dnd-hints.c \
50         dnd-hints.h \
51         gaim.h \
52         gaim-socket.h \
53         gaim-disclosure.c \
54         gaim-disclosure.h \
55         gaimrc.c \
56         gtkcellrendererprogress.c \
57         gtkcellrendererprogress.h \
58         gtkblist.c \
59         gtkblist.h \
60         gtkconv.c \
61         gtkconv.h \
62         gtkdebug.c \
63         gtkdebug.h \
64         gtkft.c \
65         gtkft.h \
66         gtkimhtml.c \
67         gtkimhtml.h \
68         gtknotify.c \
69         gtknotify.h \
70         gtkplugin.c \
71         gtkplugin.h \
72         gtkprefs.c \
73         gtkpounce.c \
74         gtkpounce.h \
75         gtkrequest.c \
76         gtkrequest.h \
77         gtkutils.c \
78         gtkutils.h \
79         html.c \
80         idle.c \
81         log.c \
82         main.c \
83         md5.c \
84         md5.h \
85         multi.c \
86         multi.h \
87         privacy.h \
88         session.c \
89         socket.c \
90         stock.c \
91         stock.h \
92         themes.c \
93         ui.h
95 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
96 gaim_LDFLAGS = -export-dynamic
97 gaim_LDADD = \
98         @LIBOBJS@ \
99         $(GTK_LIBS) \
100         $(SOUND_LIBS) \
101         $(STATIC_LINK_LIBS) \
102         $(XSS_LIBS) \
103         $(SM_LIBS) \
104         $(INTLLIBS) \
105         $(GTKSPELL_LIBS)
107 gaim_remote_SOURCES = gaim-remote.c socket.c
108 gaim_remote_DEPENDENCIES = @LIBOBJS@
109 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS)
111 AM_CPPFLAGS = \
112         $(GTKSPELL_CFLAGS) \
113         $(AUDIOFILE_CFLAGS) \
114         $(AO_CFLAGS) \
115         -DLOCALEDIR=\"$(datadir)/locale\" \
116         -DLIBDIR=\"$(libdir)/gaim/\" \
117         -DDATADIR=\"$(datadir)\" \
118         $(DEBUG_CFLAGS)