view src/protocols/msn/Makefile.am @ 4186:9615c6996348

[gaim-migrate @ 4417] Felipe Contreras (revo) writes: " This fixes two problems with msn ft. 1. Application-Name is not always the same we should check for Application-GUID. 2. GET_NEXT was changed recently, I added GET_NEXT_LINE wich does a better job for multiple lines to fix it. Now it works for me ;)" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Jan 2003 16:23:29 +0000
parents 5df423e0bca8
children 59751fe608c5
line wrap: on
line source

EXTRA_DIST = PROTOCOL md5.h

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
libmsn_la_LDFLAGS = -module -avoid-version

if STATIC_MSN

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libmsn.a

libmsn_a_SOURCES = msn.c

libmsn_a_CFLAGS = $(AM_CFLAGS)

else

st =
pkg_LTLIBRARIES = libmsn.la
noinst_LIBRARIES =

libmsn_la_SOURCES = msn.c

endif