view mcabber/modules/beep/Makefile.am @ 2015:db8ec238cd2c

Fix segfault when spell checking is enabled and spell_lang is not set. This patch fixes issue #93.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 04 Jul 2012 21:15:43 +0200
parents c059c5c98de6
children e8f2db654e67
line wrap: on
line source


if INSTALL_HEADERS

pkglib_LTLIBRARIES = libbeep.la
libbeep_la_SOURCES = beep.c
libbeep_la_LDFLAGS = -module -avoid-version -shared

LDADD = $(GLIB_LIBS)
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
                              $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
                              $(ENCHANT_CFLAGS)

endif