From e5d5b57bc599c6928790347bb608a28776f48a1d Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Wed, 11 Jan 2012 00:49:46 +0000 Subject: [PATCH] Add E_Notify to c- and linkerflags. SVN revision: 67028 --- src/modules/battery/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/battery/Makefile.am b/src/modules/battery/Makefile.am index d2789f282..488cb1574 100644 --- a/src/modules/battery/Makefile.am +++ b/src/modules/battery/Makefile.am @@ -27,6 +27,10 @@ INCLUDES = -I. \ -I$(top_srcdir)/src/modules \ @e_cflags@ \ @cf_cflags@ +if HAVE_ENOTIFY +INCLUDES += @ENOTIFY_CFLAGS@ +endif + pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH) pkg_LTLIBRARIES = module.la module_la_SOURCES = e_mod_main.c \ @@ -35,6 +39,9 @@ module_la_SOURCES = e_mod_main.c \ $(DEVICE_FILE) module_la_LIBADD = @e_libs@ @cf_libs@ @dlopen_libs@ +if HAVE_ENOTIFY +module_la_LIBADD += @ENOTIFY_LIBS@ +endif module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h