Mercurial > pidgin
view libpurple/plugins/mono/loader/Makefile.am @ 18086:a92cadf6a978
Get rid of a compile warning
gtksourceundomanager.c: In function ¡Ægtk_source_undo_manager_get_type¡Ç:
gtksourceundomanager.c:183: warning: missing initializer
gtksourceundomanager.c:183: warning: (near initialization for ¡Æour_info.value_table¡Ç)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 11 Jun 2007 07:32:36 +0000 |
parents | 0dcd915899ae |
children |
line wrap: on
line source
plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) plugin_LTLIBRARIES = mono.la mono_la_SOURCES = \ mono.c \ mono-glue.h \ mono-helper.c \ mono-helper.h \ debug-glue.c \ signal-glue.c \ blist-glue.c \ status-glue.c mono_la_LDFLAGS = -module -avoid-version mono_la_LIBADD = $(MONO_LIBS) AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)