comparison mcabber/modules/beep/Makefile.am @ 1671:411269409f34

Add in-tree beep example module
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 16:11:34 +0200
parents
children 46f1cf3b6373
comparison
equal deleted inserted replaced
1670:efee21002ffb 1671:411269409f34
1
2 if INSTALL_HEADERS
3 pkglib_LTLIBRARIES = libbeep.la
4 libbeep_la_SOURCES = beep.c
5 libbeep_la_LDFLAGS = -module -avoid-version -shared
6
7 LDADD = $(GLIB_LIBS)
8 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS)
9 endif
10