Mercurial > pidgin
annotate src/protocols/toc/Makefile.am @ 2113:9f83b7ef1fdc
[gaim-migrate @ 2123]
Make warning errors work right. Now shows name that failed instead of "(null)".
committer: Tailor Script <tailor@pidgin.im>
author | Adam Fritzler <mid@auk.cx> |
---|---|
date | Fri, 03 Aug 2001 00:39:48 +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 |