view mcabber/modules/fifo/Makefile.am @ 2061:f36d60bed54b

Move M4 macros from macros/missing/ to macros/ This patch allows to build mcabber when OTR development packages are not installed. Issue reported by hirthwork in the MUC room.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 14 Dec 2012 18:32:36 +0100
parents e8f2db654e67
children 8da280d34b48
line wrap: on
line source


if INSTALL_HEADERS
pkglib_LTLIBRARIES = libfifo.la
libfifo_la_SOURCES = fifo_module.c $(top_srcdir)/mcabber/fifo.c $(top_srcdir)/mcabber/fifo.h
libfifo_la_LDFLAGS = -module -avoid-version -shared

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