Mercurial > pidgin.yaz
annotate src/protocols/toc/Makefile.am @ 2629:b74421e92d55
[gaim-migrate @ 2642]
just one little detail left. if you've got the panel set up to use a pixmap, when you add the applet, it gets the back_change signal, but the file is still NULL. i'm counting this as a gnome bug but can't see a workaround yet.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 27 Oct 2001 08:27:40 +0000 |
parents | 5486d558ecee |
children | 44140dae2865 |
rev | line source |
---|---|
2287
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1 EXTRA_DIST = PROTOCOL |
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2 |
2086 | 3 pkgdir = $(libdir)/gaim |
4 | |
5 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
2341
5486d558ecee
[gaim-migrate @ 2354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2287
diff
changeset
|
6 libtoc_la_LDFLAGS = -avoid-version |
2086 | 7 |
8 if STATIC_TOC | |
9 | |
10 st = -DSTATIC | |
11 pkg_LTLIBRARIES = | |
12 noinst_LIBRARIES = libtoc.a | |
13 | |
14 libtoc_a_SOURCES = toc.c | |
15 | |
16 else | |
17 | |
18 st = | |
19 pkg_LTLIBRARIES = libtoc.la | |
20 noinst_LIBRARIES = | |
21 | |
22 libtoc_la_SOURCES = toc.c | |
23 | |
24 endif |