view mcabber/modules/beep/Makefile.am @ 2078:2a62243f6da9

Update HGignore file
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 13:36:43 +0200
parents e8f2db654e67
children
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) -I$(top_builddir) \
			      $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
                              $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
                              $(ENCHANT_CFLAGS)

endif