Mercurial > pidgin
comparison libpurple/protocols/zephyr/Makefile.am @ 15885:53f9f4ebea7a
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 24 Mar 2007 17:55:55 +0000 |
parents | e9c12873fae0 |
children | 7125eda8fe22 |
comparison
equal
deleted
inserted
replaced
15884:c6e563dfaa7a | 15885:53f9f4ebea7a |
---|---|
75 | 75 |
76 libzephyr_la_LDFLAGS = -module -avoid-version | 76 libzephyr_la_LDFLAGS = -module -avoid-version |
77 | 77 |
78 if STATIC_ZEPHYR | 78 if STATIC_ZEPHYR |
79 | 79 |
80 st = -DGAIM_STATIC_PRPL -Dlint | 80 st = -DPURPLE_STATIC_PRPL -Dlint |
81 noinst_LIBRARIES = libzephyr.a | 81 noinst_LIBRARIES = libzephyr.a |
82 libzephyr_a_SOURCES = $(ZEPHYRSOURCES) | 82 libzephyr_a_SOURCES = $(ZEPHYRSOURCES) |
83 libzephyr_a_CFLAGS = $(AM_CFLAGS) | 83 libzephyr_a_CFLAGS = $(AM_CFLAGS) |
84 libzephyr_a_LIBADD = $(ZEPHYRLIBS) | 84 libzephyr_a_LIBADD = $(ZEPHYRLIBS) |
85 | 85 |