Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        Makefile.am 


Log Message:
After shamelessly copying estickies' configure.in, I've integrated the deps 
properly. Autofoo for entrance_edit_gui now works and looks like the rest of e. 
The next stage of autofoo will start as LinuxTitan begins to build the ewl 
backend for libentrance_widgets, then we'll have to build for etk or ewl. Happy 
times ahead ppls :)

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 13 Aug 2006 01:00:33 -0000      1.2
+++ Makefile.am 13 Aug 2006 02:17:14 -0000      1.3
@@ -1,16 +1,9 @@
 MAINTAINERCLEANFILES = Makefile.in
-lib_LTLIBRARIES=libentrance_widgets.la
 
+lib_LTLIBRARIES=libentrance_widgets.la
 
-libentrance_widgets_la_SOURCES = ew.c ew.h \
-       ew_dialog.c ew_dialog.h \
-       ew_group.c ew_group.h \
-       _ew_list.c _ew_list.h \
-       ew_textlist.c ew_textlist.h \
-       ew_edjelist.c ew_edjelist.h \
-       ew_image.c ew_image.h
-       
-libentrance_widgets_la_HEADERS = Entrance_Widgets.h \
+libentrance_widgets_la_HEADERS = \
+       Entrance_Widgets.h \
        ew.h \
        ew_dialog.h \
        ew_group.h \
@@ -18,6 +11,19 @@
        ew_textlist.h \
        ew_edjelist.h \
        ew_image.h
+
 libentrance_widgets_ladir = $(prefix)/include
-libentrance_widgets_la_LDFLAGS=`etk-config --libs`
-libentrance_widgets_la_CFLAGS=`etk-config --cflags` 
+
+
+libentrance_widgets_la_SOURCES = \
+       ew.c \
+       ew_dialog.c \
+       ew_group.c \
+       _ew_list.c \
+       ew_textlist.c \
+       ew_edjelist.c \
+       ew_image.c \
+       $(libentrance_widgets_la_HEADERS)
+       
+libentrance_widgets_la_LIBADD  = @etk_libs@
+libentrance_widgets_la_CFLAGS = @etk_cflags@



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to