diff options
Diffstat (limited to 'src/modules/Makefile_conf_shelves.am')
-rw-r--r-- | src/modules/Makefile_conf_shelves.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/modules/Makefile_conf_shelves.am b/src/modules/Makefile_conf_shelves.am new file mode 100644 index 0000000000..69b5f72ef2 --- /dev/null +++ b/src/modules/Makefile_conf_shelves.am @@ -0,0 +1,15 @@ +conf_shelvesdir = $(MDIR)/conf_shelves +conf_shelves_DATA = conf_shelves/e-module-conf_shelves.edj \ + conf_shelves/module.desktop + +EXTRA_DIST += $(conf_shelves_DATA) + +conf_shelvespkgdir = $(MDIR)/conf_shelves/$(MODULE_ARCH) +conf_shelvespkg_LTLIBRARIES = conf_shelves/module.la + +conf_shelves_module_la_SOURCES = conf_shelves/e_mod_main.c \ + conf_shelves/e_mod_main.h \ + conf_shelves/e_int_config_shelf.c \ + conf_shelves/e_int_config_shelf.h + +conf_shelves_module_la_DEPENDENCIES = $(MDEPENDENCIES) |