without this, compilation of e will fail on system without dbus

SVN revision: 35846
This commit is contained in:
Massimo Maiurana 2008-09-06 08:28:19 +00:00
parent df28beca8d
commit c0d21c243d
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ INCLUDES = -I. \
@e_cflags@
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
if HAVE_EDBUS
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.h \
@ -28,6 +30,7 @@ module_la_SOURCES = e_mod_main.h \
module_la_LIBADD = @e_libs@ @dlopen_libs@ @E_DBUS_LIBS@
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
endif
uninstall:
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)