Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
Makefile.am ewmh.c gnome.c kde.c
Log Message:
Oops - back out hint config thingy. I think EXTRA_DIST takes care of the issue.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 3 Aug 2003 19:24:16 -0000 1.16
+++ Makefile.am 3 Aug 2003 20:29:45 -0000 1.17
@@ -4,6 +4,15 @@
bin_PROGRAMS = enlightenment
+if ENABLE_EWMH
+SRCS_EWMH = ewmh.c
+endif
+if ENABLE_GNOME
+SRCS_GNOME = gnome.c
+endif
+if ENABLE_KDE
+SRCS_KDE = kde.c
+endif
enlightenment_SOURCES = \
E.h \
timestamp.h \
@@ -30,13 +39,11 @@
draw.c \
events.c \
evhandlers.c \
- ewmh.c \
file.c \
finders.c \
focus.c \
fx.c \
globals.c \
- gnome.c \
grabs.c \
groups.c \
handlers.c \
@@ -46,7 +53,6 @@
iconify.c \
init.c \
ipc.c \
- kde.c \
lists.c \
main.c \
memory.c \
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewmh.c 3 Aug 2003 19:24:16 -0000 1.21
+++ ewmh.c 3 Aug 2003 20:29:45 -0000 1.22
@@ -25,8 +25,6 @@
*/
#include "E.h"
-#if ENABLE_EWMH
-
#if DEBUG_EWMH
#undef EDBUG
#define EDBUG(a,b) printf(b "\n")
@@ -861,5 +859,3 @@
#endif
EDBUG_RETURN_;
}
-
-#endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/gnome.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- gnome.c 3 Aug 2003 19:24:16 -0000 1.25
+++ gnome.c 3 Aug 2003 20:29:45 -0000 1.26
@@ -22,8 +22,6 @@
*/
#include "E.h"
-#if ENABLE_GNOME
-
/* WIN_WM_NAME STRING - contains a string identifier for the WM's name */
#define XA_WIN_WM_NAME "_WIN_WM_NAME"
@@ -879,5 +877,3 @@
EDBUG_RETURN_;
}
}
-
-#endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/kde.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- kde.c 3 Aug 2003 19:24:16 -0000 1.74
+++ kde.c 3 Aug 2003 20:29:45 -0000 1.75
@@ -22,8 +22,6 @@
*/
#include "E.h"
-#if ENABLE_KDE
-
/* This code is copyright 2000 The Enlightenment Development Team */
/* based on code by Matthias Ettrich from KWM (http://www.kde.org)
* and code by Alfredo Kojima in Window Maker (http://www.windowmaker.org)
@@ -1259,5 +1257,3 @@
EDBUG_RETURN_;
}
-
-#endif
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs