view mcabber/modules/beep/Makefile.am @ 1680:1d84f5be2ad1

Kill a warning
author Mikael Berthe <mikael@lilotux.net>
date Tue, 02 Feb 2010 22:35:53 +0100
parents 411269409f34
children 46f1cf3b6373
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)
endif