view mcabber/modules/beep/Makefile.am @ 2062:163fb7b56e26

Add python based events command script which uses osx 10.8 notification center
author Sharoon Thomas <sharoon.thomas@openlabs.co.in>
date Sun, 06 Jan 2013 09:48:27 +0530
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