Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair


Modified Files:
        configure.in 


Log Message:

* Glade-ify the dialogs
* Add icons to the menu and to the the dialogs


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        9 May 2005 01:38:02 -0000       1.5
+++ configure.in        21 May 2005 10:18:11 -0000      1.6
@@ -105,6 +105,12 @@
 AC_SUBST(gtk_libs)
 AC_SUBST(gtk_cflags)
 
+PKG_CHECK_MODULES(GLADE, libglade-2.0 >= 2.2)
+libglade_libs=`$PKG_CONFIG --libs libglade-2.0`
+libglade_cflags=`$PKG_CONFIG --cflags libglade-2.0`
+AC_SUBST(libglade_libs)
+AC_SUBST(libglade_cflags)
+
 PROG="evas-config";
 AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
 if [ test -z $EVAS_CONFIG ]; then
@@ -182,6 +188,7 @@
 src/Makefile
 data/Makefile
 data/fonts/Makefile
+data/glade/Makefile
 data/themes/Makefile
 data/themes/default/Makefile
 data/themes/gant/Makefile




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to