view src/protocols/yahoo/Makefile.am @ 2689:870450d36999

[gaim-migrate @ 2702] Well, I tried. We'll just go back to the old way. Its not like I work for these people or something. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Wed, 07 Nov 2001 12:39:37 +0000
parents 7b21c5446baf
children b7455c506979
line wrap: on
line source

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
LIBS = @LIBS@ -lcrypt
libyahoo_la_LDFLAGS = -avoid-version

if STATIC_YAHOO

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libyahoo.a

libyahoo_a_SOURCES = yahoo.c

else

st =
pkg_LTLIBRARIES = libyahoo.la
noinst_LIBRARIES =

libyahoo_la_SOURCES = yahoo.c

endif