Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/bin


Modified Files:
        Makefile.am 
Added Files:
        nm.c 


Log Message:
the start of a wrapper around the NetworkManager api. it is based on the 
unreleased 0.7 api, so won't be usable until that is released. (ignore it for 
now)

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 15 Mar 2007 08:59:18 -0000      1.1
+++ Makefile.am 21 Mar 2007 10:31:16 -0000      1.2
@@ -3,6 +3,7 @@
 INCLUDES = \
 -I$(top_srcdir)/src/lib/dbus \
 -I$(top_srcdir)/src/lib/hal \
+-I$(top_srcdir)/src/lib/nm \
 @ECORE_CFLAGS@ \
 @EFREET_CFLAGS@ \
 @EWL_CFLAGS@ \
@@ -16,7 +17,8 @@
 @DBUS_LIBS@
 
 bin_PROGRAMS = e_dbus_test \
-                                                        e_dbus_hal
+                                                        e_dbus_hal \
+                                                        e_dbus_nm 
 
 e_dbus_test_SOURCES = \
 test.c
@@ -25,8 +27,6 @@
 e_dbus_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
 
 
-HALHEADERS = E_Hal.h
-
 HALSOURCES = \
 hal.c
 
@@ -35,3 +35,14 @@
 
 e_dbus_hal_LDADD = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/hal/libehal.la $(LIBS) 
 e_dbus_hal_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/hal/libehal.la
+
+
+
+NMSOURCES = \
+nm.c
+
+e_dbus_nm_SOURCES = \
+       $(NMSOURCES)
+
+e_dbus_nm_LDADD = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/nm/libenm.la $(LIBS) 
+e_dbus_nm_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la 
$(top_builddir)/src/lib/nm/libenm.la



-------------------------------------------------------------------------
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