[Olsr-cvs] olsrd-current Makefile.inc,1.18,1.19
Bernd Petrovitsch
(spam-protected)
Thu Jul 26 18:03:42 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25041
Modified Files:
Makefile.inc
Log Message:
* fixed the "missing" #define more sane now
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.inc 18 Jul 2007 10:38:51 -0000 1.18
--- Makefile.inc 26 Jul 2007 16:03:40 -0000 1.19
***************
*** 52,58 ****
endif
- # we have plugins with the old interface
- CFLAGS += -DUPPORT_OLD_PLUGIN_VERSIONS=1
-
ifdef OLSRD_PLUGIN
# c and ld flags for libraries (plugins)
--- 52,55 ----
***************
*** 65,70 ****
endif
# options to save space on small systems
! DEFINES += -DSUPPORT_OLD_PLUGIN_VERSIONS=1
# search sources and headers in current dir and in src/
--- 62,71 ----
endif
+ ###################################
+ #
# options to save space on small systems
!
! # we have plugins with the old interface
! CFLAGS += -DSUPPORT_OLD_PLUGIN_VERSIONS=1
# search sources and headers in current dir and in src/
More information about the Olsr-cvs
mailing list