diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-21 10:16:28 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-21 10:16:28 +0000 |
commit | e7f840ddc0f74d006c6d6748d12c3215b8901ddf (patch) | |
tree | bfc9903ff408170ad4dabfd41067d4736a8f7595 /src/modules/conf_wallpaper2 | |
parent | 82bb2e8329c1a1a150566ea07605f725590cbd84 (diff) | |
download | enlightenment-e7f840ddc0f74d006c6d6748d12c3215b8901ddf.tar.gz |
completely remove exchange support since this is no longer supported/available
SVN revision: 76957
Diffstat (limited to 'src/modules/conf_wallpaper2')
-rw-r--r-- | src/modules/conf_wallpaper2/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/conf_wallpaper2/Makefile.am b/src/modules/conf_wallpaper2/Makefile.am index 9d3aa840bd..3e6c7a38ae 100644 --- a/src/modules/conf_wallpaper2/Makefile.am +++ b/src/modules/conf_wallpaper2/Makefile.am @@ -15,8 +15,7 @@ INCLUDES = -I. \ -I$(top_srcdir)/src/bin \ -I$(top_builddir)/src/bin \ -I$(top_srcdir)/src/modules \ - @e_cflags@ \ - @EXCHANGE_CFLAGS@ + @e_cflags@ pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH) pkg_LTLIBRARIES = module.la module_la_SOURCES = e_mod_main.c \ @@ -24,7 +23,7 @@ module_la_SOURCES = e_mod_main.c \ e_int_config_wallpaper.c \ e_int_config_wallpaper.h -module_la_LIBADD = @e_libs@ @dlopen_libs@ @EXCHANGE_LIBS@ +module_la_LIBADD = @e_libs@ @dlopen_libs@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h |