Add monitor widget to makefile.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84137
This commit is contained in:
Christopher Michael 2013-02-19 10:56:08 +00:00 committed by Christopher Michael
parent 8fecfa5054
commit 10c8ff7b9f
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ conf_randr_module_la_SOURCES = conf_randr/e_mod_main.c \
conf_randr/e_int_config_randr.c \
conf_randr/e_int_config_randr.h \
conf_randr/e_smart_randr.c \
conf_randr/e_smart_randr.h
conf_randr/e_smart_randr.h \
conf_randr/e_smart_monitor.c \
conf_randr/e_smart_monitor.h
.PHONY: conf_randr install-conf_randr
conf_randr: $(conf_randrpkg_LTLIBRARIES) $(conf_randr_DATA)