comparison src/protocols/toc/Makefile.am @ 8082:6b1ecf40f3ba

[gaim-migrate @ 8781] re-fix static prpls now that perl is un-broken. or something like that. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 12 Jan 2004 05:47:57 +0000
parents eb3356588ef5
children
comparison
equal deleted inserted replaced
8081:c76d7f5ab335 8082:6b1ecf40f3ba
10 10
11 libtoc_la_LDFLAGS = -module -avoid-version 11 libtoc_la_LDFLAGS = -module -avoid-version
12 12
13 if STATIC_TOC 13 if STATIC_TOC
14 14
15 st = -DSTATIC 15 st = -DGAIM_STATIC_PRPL
16 noinst_LIBRARIES = libtoc.a 16 noinst_LIBRARIES = libtoc.a
17 libtoc_a_SOURCES = $(TOCSOURCES) 17 libtoc_a_SOURCES = $(TOCSOURCES)
18 libtoc_a_CFLAGS = $(AM_CFLAGS) 18 libtoc_a_CFLAGS = $(AM_CFLAGS)
19 19
20 else 20 else