enlightenment/src/modules/Makefile_conf_theme.am

25 lines
956 B
Plaintext

conf_themedir = $(MDIR)/conf_theme
conf_theme_DATA = conf_theme/module.desktop
EXTRA_DIST += $(conf_theme_DATA)
conf_themepkgdir = $(MDIR)/conf_theme/$(MODULE_ARCH)
conf_themepkg_LTLIBRARIES = conf_theme/module.la
conf_theme_module_la_SOURCES = conf_theme/e_mod_main.c \
conf_theme/e_mod_main.h \
conf_theme/e_int_config_borders.c \
conf_theme/e_int_config_color_classes.c \
conf_theme/e_int_config_fonts.c \
conf_theme/e_int_config_scale.c \
conf_theme/e_int_config_startup.c \
conf_theme/e_int_config_theme.c \
conf_theme/e_int_config_theme_import.c \
conf_theme/e_int_config_transitions.c \
conf_theme/e_int_config_wallpaper.c \
conf_theme/e_int_config_xsettings.c
.PHONY: conf_theme install-conf_theme
conf_theme: $(conf_themepkg_LTLIBRARIES) $(conf_theme_DATA)
install-conf_theme: install-conf_themeDATA install-conf_themepkgLTLIBRARIES