Enlightenment CVS committal Author : shorne Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/msgbus_lang Modified Files: Makefile.am Log Message: If we dont have DBUS dont install the graphics/.desktop for modules =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/msgbus_lang/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 25 Sep 2007 14:26:36 -0000 1.1 +++ Makefile.am 18 Oct 2007 12:11:20 -0000 1.2 @@ -3,10 +3,6 @@ # 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 @@ 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs