Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 12874:e65a7a7eabaf
[gaim-migrate @ 15226]
Remove some stuff that's not being used anymore, and finish making gtk pref
frames work like plugin pref frames. Note: the gtk pref stuff hasn't been
tested by me because all it does is crash and I haven't quite figured out why
yet, but I think my changes should be fine. It was crashing before I made them
as well.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sat, 14 Jan 2006 09:06:40 +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)
