view src/protocols/msn/Makefile.am @ 2623:66164831c228

[gaim-migrate @ 2636] this probably shouldn't matter, but i had something *really* odd happen to me related to the name, so i'm not risking it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 23:20:20 +0000
parents 84a5ea08545a
children 4eb0490f5ff3
line wrap: on
line source

EXTRA_DIST = PROTOCOL md5.h

pkgdir = $(libdir)/gaim

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

if STATIC_MSN

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libmsn.a

libmsn_a_SOURCES = msn.c md5.c

else

st =
pkg_LTLIBRARIES = libmsn.la
noinst_LIBRARIES =

libmsn_la_SOURCES = msn.c md5.c

endif