summaryrefslogtreecommitdiff
path: root/src/modules/conf_interaction
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-11-09 14:49:05 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-11-09 14:49:05 +0000
commitf534e3008900888967a83a7d403ee199fe50659a (patch)
tree5c99e91a79a375e2961c5238444f1f663315f29f /src/modules/conf_interaction
parent6980eb0bc702571122542e9771bdafc88c3fae1e (diff)
downloadenlightenment-f534e3008900888967a83a7d403ee199fe50659a.tar.gz
put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup? SVN revision: 79024
Diffstat (limited to 'src/modules/conf_interaction')
-rw-r--r--src/modules/conf_interaction/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/modules/conf_interaction/Makefile.am b/src/modules/conf_interaction/Makefile.am
deleted file mode 100644
index 4a05789eeb..0000000000
--- a/src/modules/conf_interaction/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-MODULE = conf_interaction
-
-# 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
-AM_CPPFLAGS = -I. \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src/modules/$(MODULE) \
- -I$(top_srcdir)/src/bin \
- -I$(top_builddir)/src/bin \
- -I$(top_srcdir)/src/modules \
- @e_cflags@
-
-pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
-pkg_LTLIBRARIES = module.la
-module_la_SOURCES = e_mod_main.c \
- e_mod_main.h \
- e_int_config_interaction.c \
- e_int_config_interaction.h \
- e_int_config_mouse.c \
- e_int_config_mouse.h
-
-module_la_LIBADD = @e_libs@ @dlopen_libs@
-module_la_LDFLAGS = -module -avoid-version
-module_la_DEPENDENCIES = $(top_builddir)/config.h
-
-uninstall:
- rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)