huge wl fixup (wayland clients actually working again)
[platform/upstream/enlightenment.git] / src / modules / Makefile_shot.mk
1 shotdir = $(MDIR)/shot
2 shot_DATA = src/modules/shot/e-module-shot.edj \
3             src/modules/shot/module.desktop
4
5 EXTRA_DIST += $(shot_DATA)
6
7 shotpkgdir = $(MDIR)/shot/$(MODULE_ARCH)
8 shotpkg_LTLIBRARIES = src/modules/shot/module.la
9
10 src_modules_shot_module_la_LIBADD = $(MOD_LIBS)
11 src_modules_shot_module_la_CPPFLAGS = $(MOD_CPPFLAGS) -DNEED_X=1
12 src_modules_shot_module_la_LDFLAGS = $(MOD_LDFLAGS)
13 src_modules_shot_module_la_SOURCES = src/modules/shot/e_mod_main.c
14
15 PHONIES += shot install-shot
16 shot: $(shotpkg_LTLIBRARIES) $(shot_DATA)
17 install-shot: install-shotDATA install-shotpkgLTLIBRARIES