Mercurial > pidgin
view 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 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim NAPSTERSOURCES = napster.c AM_CFLAGS = $(st) libnapster_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) st = pkg_LTLIBRARIES = libnapster.la libnapster_la_SOURCES = $(NAPSTERSOURCES) AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)