Mercurial > pidgin
view libpurple/plugins/mono/api/Makefile.am @ 15564:45d3dd67fa13
With the refactoring I did, it's now possible to reach timestamp_cb_common
with conv == NULL. It happens with system logs. I've reworked the code
accordingly to avoid an assertion failure.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 05 Feb 2007 05:28:54 +0000 |
| parents | 5fe8042783c1 |
| children | 93bfbda79bf6 |
line wrap: on
line source
monodir=$(libdir)/gaim mono_sources = \ BlistNode.cs \ BuddyList.cs \ Buddy.cs \ Contact.cs \ Debug.cs \ Event.cs \ GaimPlugin.cs \ Group.cs \ Signal.cs \ Status.cs EXTRA_DIST = $(mono_sources) mono_SCRIPTS = GaimAPI.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) $(mono_SCRIPTS): $(mono_build_sources) mcs -t:library -out:$(mono_SCRIPTS) $(mono_build_sources) clean-local: rm -rf $(mono_SCRIPTS)
