enlightenment/src/modules/Makefile_conf_shelves.am

18 lines
647 B
Plaintext
Raw Normal View History

conf_shelvesdir = $(MDIR)/conf_shelves
conf_shelves_DATA = conf_shelves/e-module-conf_shelves.edj \
conf_shelves/module.desktop
EXTRA_DIST += $(conf_shelves_DATA)
conf_shelvespkgdir = $(MDIR)/conf_shelves/$(MODULE_ARCH)
conf_shelvespkg_LTLIBRARIES = conf_shelves/module.la
conf_shelves_module_la_SOURCES = conf_shelves/e_mod_main.c \
conf_shelves/e_mod_main.h \
conf_shelves/e_int_config_shelf.c \
conf_shelves/e_int_config_shelf.h
2012-11-19 21:56:54 -08:00
.PHONY: conf_shelves install-conf_shelves
conf_shelves: $(conf_shelvespkg_LTLIBRARIES) $(conf_shelves_DATA)
install-conf_shelves: install-conf_shelvesDATA install-conf_shelvespkgLTLIBRARIES