src/protocols/msn/Makefile.am

Tue, 31 Jul 2001 01:00:39 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 31 Jul 2001 01:00:39 +0000
changeset 2086
007508451e2c
child 2287
76dd3086d677
permissions
-rw-r--r--

[gaim-migrate @ 2096]
moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically.

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

mercurial