enlightenment/src/modules/Makefile_shot.am

15 lines
363 B
Plaintext

shotdir = $(MDIR)/shot
shot_DATA = shot/e-module-shot.edj \
shot/module.desktop
EXTRA_DIST += $(shot_DATA)
shotpkgdir = $(MDIR)/shot/$(MODULE_ARCH)
shotpkg_LTLIBRARIES = shot/module.la
shot_module_la_SOURCES = shot/e_mod_main.c
.PHONY: shot install-shot
shot: $(shotpkg_LTLIBRARIES) $(shot_DATA)
install-shot: install-shotDATA install-shotpkgLTLIBRARIES