Mercurial > pidgin.yaz
comparison libpurple/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 | 4ea624932995 |
comparison
equal
deleted
inserted
replaced
15461:57c3c041b14e | 15462:e9c12873fae0 |
---|---|
196 | 196 |
197 bin_SCRIPTS = gaim-remote gaim-send gaim-send-async gaim-url-handler | 197 bin_SCRIPTS = gaim-remote gaim-send gaim-send-async gaim-url-handler |
198 | 198 |
199 endif | 199 endif |
200 | 200 |
201 lib_LTLIBRARIES = libgaim.la $(libgaim_client_lib) | 201 lib_LTLIBRARIES = libpurple.la $(libgaim_client_lib) |
202 | 202 |
203 libgaim_la_SOURCES = \ | 203 libpurple_la_SOURCES = \ |
204 $(gaim_coresources) \ | 204 $(gaim_coresources) \ |
205 $(dbus_sources) | 205 $(dbus_sources) |
206 | 206 |
207 noinst_HEADERS= \ | 207 noinst_HEADERS= \ |
208 internal.h \ | 208 internal.h \ |
209 prefix.h | 209 prefix.h |
210 | 210 |
211 libgaimincludedir=$(includedir)/gaim | 211 libpurpleincludedir=$(includedir)/libpurple |
212 libgaiminclude_HEADERS = \ | 212 libpurpleinclude_HEADERS = \ |
213 $(gaim_coreheaders) \ | 213 $(gaim_coreheaders) \ |
214 $(dbus_headers) | 214 $(dbus_headers) |
215 | 215 |
216 libgaim_la_DEPENDENCIES = $(STATIC_LINK_LIBS) | 216 libpurple_la_DEPENDENCIES = $(STATIC_LINK_LIBS) |
217 libgaim_la_LDFLAGS = -export-dynamic | 217 libpurple_la_LDFLAGS = -export-dynamic |
218 libgaim_la_LIBADD = \ | 218 libpurple_la_LIBADD = \ |
219 $(DBUS_LIBS) \ | 219 $(DBUS_LIBS) \ |
220 $(GLIB_LIBS) \ | 220 $(GLIB_LIBS) \ |
221 $(LIBXML_LIBS) \ | 221 $(LIBXML_LIBS) \ |
222 $(LIBNM_LIBS) \ | 222 $(LIBNM_LIBS) \ |
223 $(STATIC_LINK_LIBS) \ | 223 $(STATIC_LINK_LIBS) \ |
225 -lm | 225 -lm |
226 | 226 |
227 AM_CPPFLAGS = \ | 227 AM_CPPFLAGS = \ |
228 -DBR_PTHREADS=0 \ | 228 -DBR_PTHREADS=0 \ |
229 -DDATADIR=\"$(datadir)\" \ | 229 -DDATADIR=\"$(datadir)\" \ |
230 -DLIBDIR=\"$(libdir)/gaim/\" \ | 230 -DLIBDIR=\"$(libdir)/libpurple/\" \ |
231 -DLOCALEDIR=\"$(datadir)/locale\" \ | 231 -DLOCALEDIR=\"$(datadir)/locale\" \ |
232 -DSYSCONFDIR=\"$(sysconfdir)\" \ | 232 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
233 $(GLIB_CFLAGS) \ | 233 $(GLIB_CFLAGS) \ |
234 $(DEBUG_CFLAGS) \ | 234 $(DEBUG_CFLAGS) \ |
235 $(DBUS_CFLAGS) \ | 235 $(DBUS_CFLAGS) \ |