view src/protocols/msn/Makefile.am @ 2251:a38cdeba8d74

[gaim-migrate @ 2261] Changed the size of the help dialog. I'd really like to come up with a better way of doing this. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 09 Sep 2001 23:08:54 +0000
parents 424a40f12a6c
children 1a1d68e12a86
line wrap: on
line source

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)

if STATIC_MSN

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libmsn.a

libmsn_a_SOURCES = msn.c md5.c md5.h

else

st =
pkg_LTLIBRARIES = libmsn.la
noinst_LIBRARIES =

libmsn_la_SOURCES = msn.c md5.c md5.h

endif