Mercurial > pidgin
annotate src/protocols/toc/Makefile.am @ 2153:0befa2d2e540
[gaim-migrate @ 2163]
moving mail notifications to the core. this makes things much easier on the protocols. next steps: make buddy right-click menu stuff generated by the core (based on information provided by the protocols, similar to the away menu stuff); make entry-widget protocol-specific user options generated by the core based on what the protocols tell it (in a similar way).
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 22 Aug 2001 21:11:58 +0000 |
| parents | 424a40f12a6c |
| children | 1a1d68e12a86 |
| rev | line source |
|---|---|
| 2086 | 1 pkgdir = $(libdir)/gaim |
| 2 | |
| 3 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
| 4 | |
| 5 if STATIC_TOC | |
| 6 | |
| 7 st = -DSTATIC | |
| 8 pkg_LTLIBRARIES = | |
| 9 noinst_LIBRARIES = libtoc.a | |
| 10 | |
| 11 libtoc_a_SOURCES = toc.c | |
| 12 | |
| 13 else | |
| 14 | |
| 15 st = | |
| 16 pkg_LTLIBRARIES = libtoc.la | |
| 17 noinst_LIBRARIES = | |
| 18 | |
| 19 libtoc_la_SOURCES = toc.c | |
| 20 | |
| 21 endif |
