Add E_Notify to c- and linkerflags.

SVN revision: 67028
This commit is contained in:
Leif Middelschulte 2012-01-11 00:49:46 +00:00
parent 40b2ec83b7
commit e5d5b57bc5
1 changed files with 7 additions and 0 deletions

View File

@ -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