Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/bin


Modified Files:
        Makefile.am hal.c 


Log Message:
Conditionally compile ewl gui for hal test if ewl and efreet are installed

Add initial code to support Properties interface (completely untested, and 
limited to basic dbus types for now)

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 22 Mar 2007 19:52:59 -0000      1.5
+++ Makefile.am 24 Mar 2007 02:11:09 -0000      1.6
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES = \
+AM_CPPFLAGS = \
 -I$(top_srcdir)/src/lib/dbus \
 -I$(top_srcdir)/src/lib/hal \
 -I$(top_srcdir)/src/lib/nm \
@@ -29,10 +29,18 @@
 HALSOURCES = \
 hal.c
 
+e_dbus_hal_CPPFLAGS = \
+$(AM_CPPFLAGS) \
[EMAIL PROTECTED]@
+
+e_dbus_hal_LIBS = \
+$(LIBS) \
[EMAIL PROTECTED]@
+
 e_dbus_hal_SOURCES = \
        $(HALSOURCES)
 
-e_dbus_hal_LDADD = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/hal/libehal.la $(LIBS) 
+e_dbus_hal_LDADD = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/hal/libehal.la $(e_dbus_hal_LIBS) 
 e_dbus_hal_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/hal/libehal.la
 
 
===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/hal.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- hal.c       22 Mar 2007 19:58:52 -0000      1.7
+++ hal.c       24 Mar 2007 02:11:09 -0000      1.8
@@ -1,5 +1,5 @@
-#define EWL_GUI 0
 #include "E_Hal.h"
+#include <config.h>
 
 #if EWL_GUI
 #include <Ewl.h>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to