mcabber/modules/beep/Makefile.am
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 18 Jan 2010 16:11:34 +0200
changeset 1671 411269409f34
child 1690 46f1cf3b6373
permissions -rw-r--r--
Add in-tree beep example module


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)
endif