[Olsr-cvs] olsrd-current/lib/httpinfo Makefile,1.22,1.23

Bernd Petrovitsch (spam-protected)
Thu Jul 26 19:34:56 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/lib/httpinfo
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28549/lib/httpinfo

Modified Files:
	Makefile 
Log Message:
* the contents of INCLUDES and DEFINES should now be placed into CPPFLAGS
  as it belongs in there
* also all -I and -D options from CFALGS are now there
* however, we add for the time being INCLUDES and DEFINES to CPPFLAGS
  (and warn) to not break ouf of tree modules.
* and the -DSUPPORT_OLD_PLUGIN_VERSIONS=1 is now fixed as it should have
  been right from the start


Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/httpinfo/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile	15 Jul 2007 21:50:45 -0000	1.22
--- Makefile	26 Jul 2007 17:34:54 -0000	1.23
***************
*** 46,50 ****
  
  ifdef ADMIN_INTERFACE
! 	CFLAGS += -DADMIN_INTERFACE
  endif
  
--- 46,50 ----
  
  ifdef ADMIN_INTERFACE
! CPPFLAGS +=	-DADMIN_INTERFACE
  endif
  





More information about the Olsr-cvs mailing list