Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/lib/nm


Modified Files:
        Makefile.am 


Log Message:
* cleanup build
* don't rely on efreet/ewl for now (the hal test code should be a separate
  app...)
* instead of adding methods directly to objects, add them to interfaces, 
  then share the interface definitions between objects

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/lib/nm/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 21 Mar 2007 10:31:16 -0000      1.1
+++ Makefile.am 22 Mar 2007 04:07:29 -0000      1.2
@@ -1,15 +1,14 @@
+MAINTAINERCLEANFILES = Makefile.in
+
 INCLUDES =  \
 @ECORE_CFLAGS@ \
 @DBUS_CFLAGS@ \
--I ../ \
--g -Werror
+-I $(top_builddir)/src/lib/dbus
 
 lib_LTLIBRARIES = libenm.la
-
 include_HEADERS = E_Nm.h
 
 libenm_la_SOURCES = \
-E_Nm.h \
 e_nm_private.h \
 e_nm.c \
 e_nm_manager.c \
@@ -17,4 +16,11 @@
 e_nm_util.c 
 
 
-libenm_la_LIBADD = @ECORE_LIBS@ @DBUS_LIBS@ -lm -ledbus
+libenm_la_LIBADD = \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
+$(top_builddir)/src/lib/dbus/libedbus.la
+
+
+libenm_la_DEPENDENCIES = \
+$(top_builddir)/src/lib/dbus/libedbus.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