# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: jamie@jantrid.net-20100803185614-7uaz402pe2gy82t0
# target_branch: http://code.bitlbee.org/bitlbee
# testament_sha1: 212b42c11a1e5c4051bcfc7f0f0705041cf35a67
# timestamp: 2010-08-04 04:58:16 +1000
# base_revision_id: wilmer@gaast.net-20100802193731-iwoyb7x7fdzsijgi
#
# Begin patch
=== modified file 'protocols/yahoo/Makefile'
|
|
|
|
| 14 | 14 | # [SH] Program variables |
| 15 | 15 | objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o |
| 16 | 16 | |
| 17 | | CFLAGS += -Wall -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB -Wno-pointer-to-int-cast |
| | 17 | CFLAGS += -Wall -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB |
| 18 | 18 | LFLAGS += -r |
| 19 | 19 | |
| 20 | 20 | # [SH] Phony targets |