Mercurial > pidgin
comparison finch/Makefile.am @ 15884:c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 24 Mar 2007 17:51:05 +0000 |
parents | 32c366eeeb99 |
children | 5b2b0fbace45 |
comparison
equal
deleted
inserted
replaced
15883:bfa907029bfc | 15884:c6e563dfaa7a |
---|---|
41 gntprefs.h \ | 41 gntprefs.h \ |
42 gntrequest.h \ | 42 gntrequest.h \ |
43 gntstatus.h \ | 43 gntstatus.h \ |
44 gntui.h | 44 gntui.h |
45 | 45 |
46 finchincludedir=$(includedir)/gaim/gnt | 46 finchincludedir=$(includedir)/finch |
47 finchinclude_HEADERS = \ | 47 finchinclude_HEADERS = \ |
48 $(finch_headers) | 48 $(finch_headers) |
49 | 49 |
50 finch_DEPENDENCIES = @LIBOBJS@ | 50 finch_DEPENDENCIES = @LIBOBJS@ |
51 finch_LDFLAGS = -export-dynamic | 51 finch_LDFLAGS = -export-dynamic |
61 | 61 |
62 AM_CPPFLAGS = \ | 62 AM_CPPFLAGS = \ |
63 -DSTANDALONE \ | 63 -DSTANDALONE \ |
64 -DBR_PTHREADS=0 \ | 64 -DBR_PTHREADS=0 \ |
65 -DDATADIR=\"$(datadir)\" \ | 65 -DDATADIR=\"$(datadir)\" \ |
66 -DLIBDIR=\"$(libdir)/gaim/\" \ | 66 -DLIBDIR=\"$(libdir)/finch/\" \ |
67 -DLOCALEDIR=\"$(datadir)/locale\" \ | 67 -DLOCALEDIR=\"$(datadir)/locale\" \ |
68 -DSYSCONFDIR=\"$(sysconfdir)\" \ | 68 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
69 -I$(top_srcdir)/libpurple/ \ | 69 -I$(top_srcdir)/libpurple/ \ |
70 -I$(top_srcdir) \ | 70 -I$(top_srcdir) \ |
71 -I$(srcdir)/libgnt/ \ | 71 -I$(srcdir)/libgnt/ \ |