Update of /cvsroot/php-directfb/PHP-DirectFB/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12895
Modified Files:
Makefile.am
Log Message:
Removed flag -I./, not needed.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/php-directfb/PHP-DirectFB/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 10 Nov 2004 12:14:25 -0000 1.1.1.1
--- Makefile.am 15 Nov 2004 15:01:25 -0000 1.2
***************
*** 1,5 ****
libdir = $(PHP_EXTENSION_DIR)
! INCLUDES = -I./ $(PHP_INCLUDES) $(DFB_CFLAGS)
AM_CPPFLAGS = -DCOMPILE_DL=1
--- 1,5 ----
libdir = $(PHP_EXTENSION_DIR)
! INCLUDES = $(PHP_INCLUDES) $(DFB_CFLAGS)
AM_CPPFLAGS = -DCOMPILE_DL=1
|