diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-11-30 14:38:34 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-11-30 14:38:34 +0000 |
commit | c6a9c34e7f69b56a0c716789aca411217c756770 (patch) | |
tree | 8ac8aa5c9df349419cc36ed5c8ec558d792bc621 /src/modules/Makefile_start.am | |
parent | 5b0d59809109fc4e469950df38b5c993dd3709f5 (diff) | |
download | enlightenment-c6a9c34e7f69b56a0c716789aca411217c756770.tar.gz |
giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
Diffstat (limited to 'src/modules/Makefile_start.am')
-rw-r--r-- | src/modules/Makefile_start.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/Makefile_start.am b/src/modules/Makefile_start.am index 37cf713ef4..f63726b1d7 100644 --- a/src/modules/Makefile_start.am +++ b/src/modules/Makefile_start.am @@ -7,8 +7,7 @@ EXTRA_DIST += $(start_DATA) startpkgdir = $(MDIR)/start/$(MODULE_ARCH) startpkg_LTLIBRARIES = start/module.la -start_module_la_SOURCES = start/e_mod_main.h \ - start/e_mod_main.c +start_module_la_SOURCES = start/e_mod_main.c .PHONY: start install-start start: $(startpkg_LTLIBRARIES) $(start_DATA) |