aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/src/modules/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/edje/src/modules/Makefile.am')
-rw-r--r--libraries/edje/src/modules/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/edje/src/modules/Makefile.am b/libraries/edje/src/modules/Makefile.am
deleted file mode 100644
index 937a690..0000000
--- a/libraries/edje/src/modules/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
1if ENABLE_MULTISENSE
2FACTORY_MODULE = multisense_factory
3if HAVE_LIBREMIX
4SND_READER_MODULE = eet_snd_reader
5if HAVE_LIBALSA
6ALSA_MODULE = alsa_snd_player
7endif
8endif
9endif
10SUBDIRS = $(FACTORY_MODULE) $(SND_READER_MODULE) $(ALSA_MODULE)