Mercurial > pidgin.yaz
comparison libpurple/protocols/oscar/Makefile.am @ 17800:6f54b1e84610
This started off as a patch from OpenSolaris to fix compiling with static
protocols outside of the source directory, but then I found I had to fix
static compilation of jabber & oscar too.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 09 Jun 2007 14:10:21 +0000 |
parents | 441945083737 |
children | 2b62300d2c19 315151da0dc6 |
comparison
equal
deleted
inserted
replaced
17799:3bc25e19ce1c | 17800:6f54b1e84610 |
---|---|
50 libaim_la_LDFLAGS = -module -avoid-version | 50 libaim_la_LDFLAGS = -module -avoid-version |
51 libicq_la_LDFLAGS = -module -avoid-version | 51 libicq_la_LDFLAGS = -module -avoid-version |
52 if STATIC_OSCAR | 52 if STATIC_OSCAR |
53 | 53 |
54 st = -DPURPLE_STATIC_PRPL | 54 st = -DPURPLE_STATIC_PRPL |
55 noinst_LIBRARIES = liboscar.a libaim.a libicq.a | 55 noinst_LIBRARIES = liboscar.a |
56 liboscar_a_SOURCES = $(OSCARSOURCES) | 56 |
57 liboscar_a_SOURCES = $(OSCARSOURCES) libaim.c libicq.c | |
57 liboscar_a_CFLAGS = $(AM_CFLAGS) | 58 liboscar_a_CFLAGS = $(AM_CFLAGS) |
58 | |
59 libaim_a_CFLAGS = $(AM_CFLAGS) | |
60 libaim_a_SOURCES = libaim.c | |
61 | |
62 libicq_a_CFLAGS = $(AM_CFLAGS) | |
63 libicq_a_SOURCES = libicq.c | |
64 | 59 |
65 else | 60 else |
66 | 61 |
67 st = | 62 st = |
68 pkg_LTLIBRARIES = liboscar.la libaim.la libicq.la | 63 pkg_LTLIBRARIES = liboscar.la libaim.la libicq.la |