Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 8210:9758dcf0afcc
[gaim-migrate @ 8933]
"There ya go kid, something for the old sweet tooth."
"You keep a horse in the basement?"
"The kids a meatball."
"I've never seen that. I've never seen anyone drive their garbage
to the street and then bang the hell out of it with a stick. I've
never seen that."
"This is no ordinary furnace."
"Sardine?"
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 05 Feb 2004 04:43:14 +0000 |
| parents | 6b1ecf40f3ba |
| children |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/gaim TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libtoc.a libtoc_a_SOURCES = $(TOCSOURCES) libtoc_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libtoc.la libtoc_la_SOURCES = $(TOCSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)
