comparison src/protocols/zephyr/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 3d45ef7d3231
children 2b68c423357e
comparison
equal deleted inserted replaced
8081:c76d7f5ab335 8082:6b1ecf40f3ba
71 71
72 libzephyr_la_LDFLAGS = -module -avoid-version 72 libzephyr_la_LDFLAGS = -module -avoid-version
73 73
74 if STATIC_ZEPHYR 74 if STATIC_ZEPHYR
75 75
76 st = -DSTATIC -Dlint 76 st = -DGAIM_STATIC_PRPL -Dlint
77 noinst_LIBRARIES = libzephyr.a 77 noinst_LIBRARIES = libzephyr.a
78 libzephyr_a_SOURCES = $(ZEPHYRSOURCES) 78 libzephyr_a_SOURCES = $(ZEPHYRSOURCES)
79 libzephyr_a_CFLAGS = $(AM_CFLAGS) 79 libzephyr_a_CFLAGS = $(AM_CFLAGS)
80 libzephyr_a_LIBADD = $(ZEPHYRLIBS) 80 libzephyr_a_LIBADD = $(ZEPHYRLIBS)
81 81