Mercurial > pidgin
annotate finch/Makefile.am @ 21621:b2aa68cdc8b9
I had used memcpy to copy the struct tm to where the caller wants it, but
this assumes all callers provide their own allocated struct, which is not
necessarily always the case.
If callers want to keep the values of this struct tm across multiple calls
to purple_str_to_time, they had better copy it themselves. (which is
essentially the same as it was before when we were returning the pointer
to the struct as returned by localtime(), which is also statically
allocated)
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 23 Nov 2007 19:41:44 +0000 |
parents | 8413368adb5a |
children | 1278280fa0b6 60f5abc6cf0c |
rev | line source |
---|---|
15817 | 1 EXTRA_DIST = \ |
2 getopt.c \ | |
3 getopt.h \ | |
20326
8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19516
diff
changeset
|
4 getopt1.c \ |
8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19516
diff
changeset
|
5 finch.pc.in |
8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19516
diff
changeset
|
6 |
8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19516
diff
changeset
|
7 pkgconfigdir = $(libdir)/pkgconfig |
8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19516
diff
changeset
|
8 pkgconfig_DATA = finch.pc |
15817 | 9 |
10 SUBDIRS = libgnt plugins | |
11 | |
16480
5b2b0fbace45
I think this fixes #331.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15884
diff
changeset
|
12 if ENABLE_GNT |
5b2b0fbace45
I think this fixes #331.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15884
diff
changeset
|
13 |
15817 | 14 bin_PROGRAMS = finch |
15 | |
16480
5b2b0fbace45
I think this fixes #331.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15884
diff
changeset
|
16 endif |
5b2b0fbace45
I think this fixes #331.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15884
diff
changeset
|
17 |
15817 | 18 finch_SOURCES = \ |
19 gntaccount.c \ | |
20 gntblist.c \ | |
19516
e1751162ab1f
Add certificate UI in finch.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19169
diff
changeset
|
21 gntcertmgr.c \ |
15817 | 22 gntconn.c \ |
23 gntconv.c \ | |
24 gntdebug.c \ | |
25 gntft.c \ | |
15822 | 26 finch.c \ |
15817 | 27 gntidle.c \ |
28 gntnotify.c \ | |
29 gntplugin.c \ | |
30 gntpounce.c \ | |
31 gntprefs.c \ | |
32 gntrequest.c \ | |
19100 | 33 gntsound.c \ |
15817 | 34 gntstatus.c \ |
35 gntui.c | |
36 | |
37 finch_headers = \ | |
38 gntaccount.h \ | |
39 gntblist.h \ | |
19516
e1751162ab1f
Add certificate UI in finch.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19169
diff
changeset
|
40 gntcertmgr.h \ |
15817 | 41 gntconn.h \ |
42 gntconv.h \ | |
43 gntdebug.h \ | |
44 gntft.h \ | |
15822 | 45 finch.h \ |
15817 | 46 gntidle.h \ |
47 gntnotify.h \ | |
48 gntplugin.h \ | |
49 gntpounce.h \ | |
50 gntprefs.h \ | |
51 gntrequest.h \ | |
19100 | 52 gntsound.h \ |
15817 | 53 gntstatus.h \ |
54 gntui.h | |
55 | |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
15822
diff
changeset
|
56 finchincludedir=$(includedir)/finch |
15817 | 57 finchinclude_HEADERS = \ |
58 $(finch_headers) | |
59 | |
60 finch_DEPENDENCIES = @LIBOBJS@ | |
61 finch_LDFLAGS = -export-dynamic | |
62 finch_LDADD = \ | |
63 @LIBOBJS@ \ | |
64 $(DBUS_LIBS) \ | |
65 $(INTLLIBS) \ | |
66 $(GLIB_LIBS) \ | |
67 $(LIBXML_LIBS) \ | |
68 $(GNT_LIBS) \ | |
19100 | 69 $(GSTREAMER_LIBS) \ |
15817 | 70 ./libgnt/libgnt.la \ |
71 $(top_builddir)/libpurple/libpurple.la | |
72 | |
73 AM_CPPFLAGS = \ | |
74 -DSTANDALONE \ | |
75 -DBR_PTHREADS=0 \ | |
76 -DDATADIR=\"$(datadir)\" \ | |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
15822
diff
changeset
|
77 -DLIBDIR=\"$(libdir)/finch/\" \ |
15817 | 78 -DLOCALEDIR=\"$(datadir)/locale\" \ |
79 -DSYSCONFDIR=\"$(sysconfdir)\" \ | |
80 -I$(top_srcdir)/libpurple/ \ | |
81 -I$(top_srcdir) \ | |
82 -I$(srcdir)/libgnt/ \ | |
83 $(DEBUG_CFLAGS) \ | |
84 $(GLIB_CFLAGS) \ | |
85 $(DBUS_CFLAGS) \ | |
86 $(LIBXML_CFLAGS) \ | |
19100 | 87 $(GSTREAMER_CFLAGS) \ |
15817 | 88 $(GNT_CFLAGS) |