blob: 1f5adfbad20358f0afca1889a697abf7c2408637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
conf_shelvesdir = $(MDIR)/conf_shelves
conf_shelves_DATA = src/modules/conf_shelves/e-module-conf_shelves.edj \
src/modules/conf_shelves/module.desktop
EXTRA_DIST += $(conf_shelves_DATA)
conf_shelvespkgdir = $(MDIR)/conf_shelves/$(MODULE_ARCH)
conf_shelvespkg_LTLIBRARIES = src/modules/conf_shelves/module.la
src_modules_conf_shelves_module_la_LIBADD = $(MOD_LIBS)
src_modules_conf_shelves_module_la_CPPFLAGS = $(MOD_CPPFLAGS)
src_modules_conf_shelves_module_la_LDFLAGS = $(MOD_LDFLAGS)
src_modules_conf_shelves_module_la_SOURCES = src/modules/conf_shelves/e_mod_main.c \
src/modules/conf_shelves/e_mod_main.h \
src/modules/conf_shelves/e_int_config_shelf.c \
src/modules/conf_shelves/e_int_config_shelf.h
PHONIES += conf_shelves install-conf_shelves
conf_shelves: $(conf_shelvespkg_LTLIBRARIES) $(conf_shelves_DATA)
install-conf_shelves: install-conf_shelvesDATA install-conf_shelvespkgLTLIBRARIES
|