comparison src/protocols/zephyr/Makefile.am @ 4298:cddb50734169

[gaim-migrate @ 4552] faceprint cleans up after my messes committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 19:59:27 +0000
parents 59751fe608c5
children 2e23ccbccdec
comparison
equal deleted inserted replaced
4297:650454171e0e 4298:cddb50734169
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 76 st = -DSTATIC -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
82 else 82 else
83 83
84 st = 84 st = -Dlint
85 pkg_LTLIBRARIES = libzephyr.la 85 pkg_LTLIBRARIES = libzephyr.la
86 libzephyr_la_SOURCES = $(ZEPHYRSOURCES) 86 libzephyr_la_SOURCES = $(ZEPHYRSOURCES)
87 libzephyr_la_LIBADD = $(ZEPHYRLIBS) 87 libzephyr_la_LIBADD = $(ZEPHYRLIBS)
88 88
89 endif 89 endif