Enlightenment CVS committal

Author  : mej
Project : misc
Module  : notgame

Dir     : misc/notgame


Modified Files:
        ChangeLog configure.in 


Log Message:
Fri Jan 27 13:35:51 2006                        Michael Jennings (mej)

This guy has gone untouched for a long time and needs a lot of work.
But at least now it compiles and runs (for me anyway).
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/misc/notgame/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ChangeLog   6 Oct 1999 19:48:48 -0000       1.20
+++ ChangeLog   27 Jan 2006 18:35:05 -0000      1.21
@@ -138,3 +138,8 @@
        it is the 1.0 beta.
        
 -------------------------------------------------------------------------------
+Fri Jan 27 13:35:51 2006                        Michael Jennings (mej)
+
+This guy has gone untouched for a long time and needs a lot of work.
+But at least now it compiles and runs (for me anyway).
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/misc/notgame/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        6 Oct 1999 19:48:48 -0000       1.5
+++ configure.in        27 Jan 2006 18:35:05 -0000      1.6
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.5 1999/10/06 19:48:48 mej Exp $
+dnl# $Id: configure.in,v 1.6 2006/01/27 18:35:05 mej Exp $
 
 AC_INIT(src/notgame.c)
 AM_INIT_AUTOMAKE(notgame, 0.9)
@@ -83,8 +83,8 @@
 dnl# Checks for library functions.
 AC_CHECK_FUNCS(strerror)
 
-CFLAGS="`imlib-config --cflags-gdk` $CFLAGS"
-LDFLAGS="`imlib-config --libs-gdk`"
+CFLAGS="`imlib-config --cflags-gdk` `gtk-config --cflags` $CFLAGS"
+LDFLAGS="`imlib-config --libs-gdk` `gtk-config --libs`"
 
 dnl# Did they want debugging?
 AC_MSG_CHECKING(for debugging level)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to