Mercurial > pidgin
annotate src/protocols/napster/Makefile.am @ 13723:1983a8fc8e72
[gaim-migrate @ 16132]
Make the ntlm code a little cleaner (to me, anyway). Add some helpful
comments (to me, anyway). And hopefully fix a bug or two (hostname,
domain, and username are all sent as UCS-2LE now).
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 04 May 2006 00:33:33 +0000 |
parents | a13143b46c28 |
children |
rev | line source |
---|---|
9570
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
1 EXTRA_DIST = \ |
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
2 Makefile.mingw |
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
3 |
2086 | 4 pkgdir = $(libdir)/gaim |
5 | |
8488 | 6 NAPSTERSOURCES = napster.c |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
7 |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
8 AM_CFLAGS = $(st) |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
9 |
10889 | 10 libnapster_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
2086 | 11 |
12 st = | |
8488 | 13 pkg_LTLIBRARIES = libnapster.la |
14 libnapster_la_SOURCES = $(NAPSTERSOURCES) | |
2086 | 15 |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
16 AM_CPPFLAGS = \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
17 -I$(top_srcdir)/src \ |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
18 $(GLIB_CFLAGS) \ |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
19 $(DEBUG_CFLAGS) |