Mercurial > pidgin
view src/protocols/irc/Makefile.am @ 2627:f119632012bc
[gaim-migrate @ 2640]
too many people have been shocked by this. this causes other problems that i won't deal with right now (mostly relating to the main login window).
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 27 Oct 2001 02:38:07 +0000 |
| parents | 047256035ec6 |
| children | 44140dae2865 |
line wrap: on
line source
EXTRA_DIST = PROTOCOL 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
