Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


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/gui/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 13 Aug 2006 01:00:33 -0000      1.3
+++ Makefile.am 13 Aug 2006 02:17:14 -0000      1.4
@@ -1,4 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in
+
 bin_PROGRAMS=entrance_edit_gui
 
 entrance_edit_gui_SOURCES=main.c \
@@ -9,6 +10,16 @@
                                                  theme.c \
                                                  x_settings.c \
                                                  Egui.h
-entrance_edit_gui_CFLAGS=-I../widgets
-entrance_edit_gui_LDFLAGS=-L../widgets
-entrance_edit_gui_LDADD=-lentrance_widgets -lentrance_edit
+
+entrance_edit_gui_CFLAGS = \
+ -I$(top_srcdir)/src/widgets \
+ @etk_cflags@
+
+entrance_edit_gui_LDFLAGS = \
+ -L$(top_srcdir)/src/widgets
+
+entrance_edit_gui_LDADD = \
+ -lentrance_widgets \
+ -lentrance_edit \
+ @etk_libs@
+



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