wtf? filename too long? it just doesnt get into the tarball.
authorCarsten Haitzler <raster@rasterman.com>
Sat, 29 May 2010 13:01:43 +0000 (13:01 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 29 May 2010 13:01:43 +0000 (13:01 +0000)
SVN revision: 49294

src/modules/conf_window_manipulation/Makefile.am
src/modules/conf_window_manipulation/e_int_config_window_manip.h [moved from src/modules/conf_window_manipulation/e_int_config_window_manipulation.h with 100% similarity]
src/modules/conf_window_manipulation/e_mod_main.h

index 3a19f0f..51e29f2 100644 (file)
@@ -20,10 +20,10 @@ pkgdir                 = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH
 pkg_LTLIBRARIES        = module.la
 module_la_SOURCES      = e_mod_main.c \
                          e_mod_main.h \
+                         e_int_config_window_manip.h \
                         e_int_config_window_geometry.c \
                         e_int_config_window_maxpolicy.c \
-                        e_int_config_window_stacking.c \
-                         e_int_config_window_manipulation.h
+                        e_int_config_window_stacking.c
                         
 module_la_LIBADD       = @e_libs@ @dlopen_libs@
 module_la_LDFLAGS      = -module -avoid-version
index 5c8efbe..31bbf75 100644 (file)
@@ -5,10 +5,10 @@
 #define E_MOD_MAIN_H
 
 #define E_TYPEDEFS 1
-#include "e_int_config_window_manipulation.h"
+#include "e_int_config_window_manip.h"
 
 #undef E_TYPEDEFS
-#include "e_int_config_window_manipulation.h"
+#include "e_int_config_window_manip.h"
 
 EAPI extern E_Module_Api e_modapi;