Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: Makefile.am Added Files: ecore_dbus_test.c ecore_dbus_test.h Log Message: Beginning of dbus testing. DBus needs a lot of love. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/bin/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- Makefile.am 13 Jul 2006 19:48:08 -0000 1.19 +++ Makefile.am 20 Jul 2006 16:48:32 -0000 1.20 @@ -54,6 +54,12 @@ ECORE_CONFIG_LIB = endif +if BUILD_ECORE_DBUS +ECORE_DBUS_LIB = $(top_builddir)/src/lib/ecore_dbus/libecore_dbus.la +else +ECORE_DBUS_LIB = +endif + INCLUDES = \ -I$(top_srcdir)/src/lib/ecore \ -I$(top_srcdir)/src/lib/ecore_evas \ @@ -65,6 +71,7 @@ -I$(top_srcdir)/src/lib/ecore_ipc \ -I$(top_srcdir)/src/lib/ecore_txt @iconv_cflags@ \ -I$(top_srcdir)/src/lib/ecore_config \ +-I$(top_srcdir)/src/lib/ecore_dbus \ -I$(top_builddir)/src/lib/ecore \ -I$(top_builddir)/src/lib/ecore_evas \ -I$(top_builddir)/src/lib/ecore_directfb \ @@ -75,6 +82,7 @@ -I$(top_builddir)/src/lib/ecore_ipc \ -I$(top_builddir)/src/lib/ecore_txt @iconv_cflags@ \ -I$(top_builddir)/src/lib/ecore_config \ +-I$(top_builddir)/src/lib/ecore_dbus \ @EVAS_CFLAGS@ \ @x_cflags@ \ @EET_CFLAGS@ \ @@ -85,7 +93,8 @@ bin_PROGRAMS = \ ecore_test \ ecore_evas_test \ -ecore_config +ecore_config \ +ecore_dbus_test ecore_test_SOURCES = \ ecore_test.c @@ -156,4 +165,20 @@ ecore_config_DEPENDENCIES = \ $(top_builddir)/src/lib/ecore/libecore.la \ $(ECORE_CONFIG_LIB) + +ecore_dbus_test_SOURCES = \ +ecore_dbus_test.c \ +ecore_dbus_test.h + +ecore_dbus_test_LDADD = \ +$(top_builddir)/src/lib/ecore/libecore.la \ +$(ECORE_DBUS_LIB) + +ecore_dbus_test_CFLAGS = \ +$(CFLAGS) \ +$(INCLUDES) + +ecore_dbus_test_DEPENDENCIES = \ +$(top_builddir)/src/lib/ecore/libecore.la \ +$(ECORE_DBUS_LIB) ------------------------------------------------------------------------- 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