Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 5333:bbbf616bd924
[gaim-migrate @ 5708]
We should now get notifications when the MSN server is about to go down
(specifying the number of minutes). This would have been great to have last
night ;)
Also, added some checks so people can't spoof system messages, e-mail
messages, etc.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 08 May 2003 06:14:16 +0000 |
| parents | 59751fe608c5 |
| children | fcc28f5dd0c8 |
line wrap: on
line source
EXTRA_DIST = PROTOCOL pkgdir = $(libdir)/gaim TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DSTATIC 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 \ $(DEBUG_CFLAGS)
