comparison pidgin/Makefile.am @ 15462:e9c12873fae0

This renames the binary to 'pidgin', and I think it properly moves all the LIBDIR's to pidgin and purple, respectively
author Sean Egan <seanegan@gmail.com>
date Tue, 30 Jan 2007 05:27:44 +0000
parents c6115dc73b28
children 146d7ba60667
comparison
equal deleted inserted replaced
15461:57c3c041b14e 15462:e9c12873fae0
57 57
58 if ENABLE_GTK 58 if ENABLE_GTK
59 59
60 SUBDIRS = pixmaps plugins sounds 60 SUBDIRS = pixmaps plugins sounds
61 61
62 bin_PROGRAMS = gaim 62 bin_PROGRAMS = pidgin
63 63
64 gaim_SOURCES = \ 64 pidgin_SOURCES = \
65 eggtrayicon.c \ 65 eggtrayicon.c \
66 gaimcombobox.c \ 66 gaimcombobox.c \
67 gaimstock.c \ 67 gaimstock.c \
68 gtkaccount.c \ 68 gtkaccount.c \
69 gtkblist.c \ 69 gtkblist.c \
104 gtkstatusbox.c \ 104 gtkstatusbox.c \
105 gtkthemes.c \ 105 gtkthemes.c \
106 gtkutils.c \ 106 gtkutils.c \
107 gtkwhiteboard.c 107 gtkwhiteboard.c
108 108
109 gaim_headers = \ 109 pidgin_headers = \
110 eggtrayicon.h \ 110 eggtrayicon.h \
111 gtkaccount.h \ 111 gtkaccount.h \
112 gtkblist.h \ 112 gtkblist.h \
113 gtkcelllayout.h \ 113 gtkcelllayout.h \
114 gtkcellrendererexpander.h \ 114 gtkcellrendererexpander.h \
152 gaimstock.h \ 152 gaimstock.h \
153 gtkthemes.h \ 153 gtkthemes.h \
154 gtkutils.h \ 154 gtkutils.h \
155 gtkwhiteboard.h 155 gtkwhiteboard.h
156 156
157 gaimincludedir=$(includedir)/gaim 157 pidginincludedir=$(includedir)/pidgin
158 gaiminclude_HEADERS = \ 158 pidgininclude_HEADERS = \
159 $(gaim_headers) 159 $(gaim_headers)
160 160
161 161
162 gaim_DEPENDENCIES = @LIBOBJS@ 162 pidgin_DEPENDENCIES = @LIBOBJS@
163 gaim_LDFLAGS = -export-dynamic 163 pidgin_LDFLAGS = -export-dynamic
164 gaim_LDADD = \ 164 pidgin_LDADD = \
165 @LIBOBJS@ \ 165 @LIBOBJS@ \
166 $(DBUS_LIBS) \ 166 $(DBUS_LIBS) \
167 $(GSTREAMER_LIBS) \ 167 $(GSTREAMER_LIBS) \
168 $(XSS_LIBS) \ 168 $(XSS_LIBS) \
169 $(SM_LIBS) \ 169 $(SM_LIBS) \
170 $(INTLLIBS) \ 170 $(INTLLIBS) \
171 $(GTKSPELL_LIBS) \ 171 $(GTKSPELL_LIBS) \
172 $(STARTUP_NOTIFICATION_LIBS) \ 172 $(STARTUP_NOTIFICATION_LIBS) \
173 $(LIBXML_LIBS) \ 173 $(LIBXML_LIBS) \
174 $(GTK_LIBS) \ 174 $(GTK_LIBS) \
175 $(top_builddir)/libpurple/libgaim.la 175 $(top_builddir)/libpurple/libpurple.la
176 176
177 if USE_INTERNAL_LIBGADU 177 if USE_INTERNAL_LIBGADU
178 INTGG_CFLAGS = -DUSE_INTERNAL_LIBGADU 178 INTGG_CFLAGS = -DUSE_INTERNAL_LIBGADU
179 endif 179 endif
180 180
181 AM_CPPFLAGS = \ 181 AM_CPPFLAGS = \
182 -DBR_PTHREADS=0 \ 182 -DBR_PTHREADS=0 \
183 -DDATADIR=\"$(datadir)\" \ 183 -DDATADIR=\"$(datadir)\" \
184 -DLIBDIR=\"$(libdir)/gaim/\" \ 184 -DLIBDIR=\"$(libdir)/pidgin/\" \
185 -DLOCALEDIR=\"$(datadir)/locale\" \ 185 -DLOCALEDIR=\"$(datadir)/locale\" \
186 -DSYSCONFDIR=\"$(sysconfdir)\" \ 186 -DSYSCONFDIR=\"$(sysconfdir)\" \
187 -I$(top_srcdir)/libpurple/ \ 187 -I$(top_srcdir)/libpurple/ \
188 $(GLIB_CFLAGS) \ 188 $(GLIB_CFLAGS) \
189 $(GSTREAMER_CFLAGS) \ 189 $(GSTREAMER_CFLAGS) \