changeset 1690:46f1cf3b6373

Fix modules include flags (reported by nixtrian)
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 06 Feb 2010 01:50:29 +0200
parents b8f9481dd0fe
children b2e0083891cc
files mcabber/modules/beep/Makefile.am
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/modules/beep/Makefile.am	Sat Feb 06 01:12:46 2010 +0200
+++ b/mcabber/modules/beep/Makefile.am	Sat Feb 06 01:50:29 2010 +0200
@@ -5,6 +5,9 @@
 libbeep_la_LDFLAGS = -module -avoid-version -shared
 
 LDADD = $(GLIB_LIBS)
-AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
+				$(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
+				$(ENCHANT_CFLAGS)
+
 endif