comparison src/protocols/zephyr/Makefile.am @ 2341:5486d558ecee

[gaim-migrate @ 2354] Arkadiusz Miskiewicz's patches to get automake 1.5 working, and so that it doesn't build .so.0 and .so.0.0.0. i need to do this for plugins/. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Sep 2001 20:47:37 +0000
parents 424a40f12a6c
children 7ba69b8e0de5
comparison
equal deleted inserted replaced
2340:b16642ac87b2 2341:5486d558ecee
1 pkgdir = $(libdir)/gaim 1 pkgdir = $(libdir)/gaim
2 2
3 CFLAGS += -I\$(top_srcdir)/src -I\$(top_srcdir)/src/protocols -DCONFDIR=\"$(confdir)\" $(KRB4_CFLAGS) $(st) $(DEBUG_CFLAGS) 3 CFLAGS += -I\$(top_srcdir)/src -I\$(top_srcdir)/src/protocols -DCONFDIR=\"$(confdir)\" $(KRB4_CFLAGS) $(st) $(DEBUG_CFLAGS)
4 4
5 LIBS += $(KRB4_LDFLAGS) $(KRB4_LIBS) 5 LIBS = @LIBS@ $(KRB4_LDFLAGS) $(KRB4_LIBS)
6 libzephyr_la_LDFLAGS = -avoid-version
6 7
7 if STATIC_ZEPHYR 8 if STATIC_ZEPHYR
8 9
9 st = -DSTATIC 10 st = -DSTATIC
10 pkg_LTLIBRARIES = 11 pkg_LTLIBRARIES =