Mercurial > pidgin
view src/protocols/irc/Makefile.am @ 2587:cfb8c88d290e
[gaim-migrate @ 2600]
i've wanted this for a long time. it's the only reason i ever turn on the buttons at the bottom. and now i don't have to.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 23 Oct 2001 08:47:11 +0000 |
| parents | 5486d558ecee |
| children | 047256035ec6 |
line wrap: on
line source
EXTRA_DIST = rfc1459.txt pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) libirc_la_LDFLAGS = -avoid-version if STATIC_IRC st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libirc.a libirc_a_SOURCES = irc.c else st = pkg_LTLIBRARIES = libirc.la noinst_LIBRARIES = libirc_la_SOURCES = irc.c endif
