From a5a161de152f5de0a15589ee11d24ad2b93e70f9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:55:22 +0000 Subject: [PATCH] Add randr widget to makefile. Signed-off-by: Christopher Michael SVN revision: 84122 --- src/modules/Makefile_conf_randr.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/Makefile_conf_randr.am b/src/modules/Makefile_conf_randr.am index e05d854..50fbc60 100644 --- a/src/modules/Makefile_conf_randr.am +++ b/src/modules/Makefile_conf_randr.am @@ -10,7 +10,9 @@ conf_randrpkg_LTLIBRARIES = conf_randr/module.la conf_randr_module_la_SOURCES = conf_randr/e_mod_main.c \ conf_randr/e_mod_main.h \ conf_randr/e_int_config_randr.c \ - conf_randr/e_int_config_randr.h + conf_randr/e_int_config_randr.h \ + conf_randr/e_smart_randr.c \ + conf_randr/e_smart_randr.h .PHONY: conf_randr install-conf_randr conf_randr: $(conf_randrpkg_LTLIBRARIES) $(conf_randr_DATA) -- 2.7.4