Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 2961:6c1ece1104e6
[gaim-migrate @ 2974]
I can use my computer to find out the course of the wormhole!
I'm gonna punch you in your worm hole!
AHHH HAHAHAH -- *blink*
Damn, Cartoons are weird.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Sun, 17 Feb 2002 18:40:23 +0000 |
| parents | 44140dae2865 |
| children | 5df423e0bca8 |
line wrap: on
line source
EXTRA_DIST = PROTOCOL pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libtoc.a libtoc_a_SOURCES = toc.c else st = pkg_LTLIBRARIES = libtoc.la noinst_LIBRARIES = libtoc_la_SOURCES = toc.c endif
