If we dont have DBUS dont install the graphics/.desktop for modules

SVN revision: 32112
This commit is contained in:
Stafford Mitchell Horne 2007-10-18 12:11:20 +00:00
parent d2027e5fd3
commit 26861ee3a7
1 changed files with 6 additions and 4 deletions

View File

@ -3,10 +3,6 @@ MODULE = msgbus_lang
# data files for the module
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
files_DATA = \
e-module-$(MODULE).edj module.desktop
EXTRA_DIST = $(files_DATA)
# the module .so file
INCLUDES = -I. \
@ -20,6 +16,12 @@ INCLUDES = -I. \
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
if HAVE_EDBUS
files_DATA = \
e-module-$(MODULE).edj \
module.desktop
EXTRA_DIST = $(files_DATA)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.c \
e_mod_main.h