wtf? filename too long? it just doesnt get into the tarball.

SVN revision: 49294
This commit is contained in:
Carsten Haitzler 2010-05-29 13:01:43 +00:00
parent 6269d8df2b
commit c2dfd65b92
3 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH
pkg_LTLIBRARIES = module.la pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.c \ module_la_SOURCES = e_mod_main.c \
e_mod_main.h \ e_mod_main.h \
e_int_config_window_manip.h \
e_int_config_window_geometry.c \ e_int_config_window_geometry.c \
e_int_config_window_maxpolicy.c \ e_int_config_window_maxpolicy.c \
e_int_config_window_stacking.c \ e_int_config_window_stacking.c
e_int_config_window_manipulation.h
module_la_LIBADD = @e_libs@ @dlopen_libs@ module_la_LIBADD = @e_libs@ @dlopen_libs@
module_la_LDFLAGS = -module -avoid-version module_la_LDFLAGS = -module -avoid-version

View File

@ -5,10 +5,10 @@
#define E_MOD_MAIN_H #define E_MOD_MAIN_H
#define E_TYPEDEFS 1 #define E_TYPEDEFS 1
#include "e_int_config_window_manipulation.h" #include "e_int_config_window_manip.h"
#undef E_TYPEDEFS #undef E_TYPEDEFS
#include "e_int_config_window_manipulation.h" #include "e_int_config_window_manip.h"
EAPI extern E_Module_Api e_modapi; EAPI extern E_Module_Api e_modapi;