enlightenment/src/modules/Makefile_tasks.am

17 lines
439 B
Plaintext
Raw Normal View History

tasksdir = $(MDIR)/tasks
tasks_DATA = tasks/e-module-tasks.edj \
tasks/module.desktop
EXTRA_DIST += $(tasks_DATA)
taskspkgdir = $(MDIR)/tasks/$(MODULE_ARCH)
taskspkg_LTLIBRARIES = tasks/module.la
tasks_module_la_SOURCES = tasks/e_mod_main.c \
tasks/e_mod_main.h \
tasks/e_mod_config.c
2012-11-19 21:56:54 -08:00
.PHONY: tasks install-tasks
tasks: $(taskspkg_LTLIBRARIES) $(tasks_DATA)
install-tasks: install-tasksDATA install-taskspkgLTLIBRARIES