comparison mcabber/modules/beep/Makefile.am @ 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 411269409f34
children c059c5c98de6
comparison
equal deleted inserted replaced
1689:b8f9481dd0fe 1690:46f1cf3b6373
3 pkglib_LTLIBRARIES = libbeep.la 3 pkglib_LTLIBRARIES = libbeep.la
4 libbeep_la_SOURCES = beep.c 4 libbeep_la_SOURCES = beep.c
5 libbeep_la_LDFLAGS = -module -avoid-version -shared 5 libbeep_la_LDFLAGS = -module -avoid-version -shared
6 6
7 LDADD = $(GLIB_LIBS) 7 LDADD = $(GLIB_LIBS)
8 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) 8 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
9 $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
10 $(ENCHANT_CFLAGS)
11
9 endif 12 endif
10 13