comparison src/protocols/oscar/Makefile.am @ 4246:2a2d6d21f1d7

[gaim-migrate @ 4496] Remove the builddate and buildtime thingies. If anyone actually uses this, like fire or something, and you really need it, let me know and I guess I could put it back in. I also moved the 1 remaining function from meta.c to util.c, because I'm weird like that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jan 2003 06:56:31 +0000
parents 59751fe608c5
children 9810ce8e7a96
comparison
equal deleted inserted replaced
4245:cd84b0fd63fc 4246:2a2d6d21f1d7
21 icq.c \ 21 icq.c \
22 im.c \ 22 im.c \
23 info.c \ 23 info.c \
24 invite.c \ 24 invite.c \
25 md5.h \ 25 md5.h \
26 meta.c \
27 misc.c \ 26 misc.c \
28 msgcookie.c \ 27 msgcookie.c \
29 newsearch.c \ 28 newsearch.c \
30 popups.c \ 29 popups.c \
31 rxhandlers.c \ 30 rxhandlers.c \
38 tlv.c \ 37 tlv.c \
39 translate.c \ 38 translate.c \
40 txqueue.c \ 39 txqueue.c \
41 util.c \ 40 util.c \
42 oscar.c 41 oscar.c
43
44 CURRENT_DATE := $(shell date +%Y%m%d)
45 CURRENT_TIME := $(shell date +%H%M%S)
46 42
47 AM_CFLAGS = $(st) 43 AM_CFLAGS = $(st)
48 44
49 liboscar_la_LDFLAGS = -module -avoid-version 45 liboscar_la_LDFLAGS = -module -avoid-version
50 46
63 59
64 endif 60 endif
65 61
66 AM_CPPFLAGS = \ 62 AM_CPPFLAGS = \
67 -I$(top_srcdir)/src \ 63 -I$(top_srcdir)/src \
68 $(DEBUG_CFLAGS) \ 64 $(DEBUG_CFLAGS)
69 -DAIM_BUILDDATE=\"$(CURRENT_DATE)\" \
70 -DAIM_BUILDTIME=\"$(CURRENT_TIME)\"