[Olsr-cvs] olsrd-current/lib/quagga Contributors, 1.1, 1.2 Makefile, 1.8, 1.9
Bernd Petrovitsch
(spam-protected)
Wed Oct 10 23:24:56 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/quagga
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5038/lib/quagga
Modified Files:
Contributors Makefile
Log Message:
* updated to SVN trunk - revision 48
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/quagga/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile 4 Oct 2007 22:29:51 -0000 1.8
--- Makefile 10 Oct 2007 21:24:54 -0000 1.9
***************
*** 42,63 ****
PLUGIN_VER = 0.2.2
! TOPDIR = ../..
include $(TOPDIR)/Makefile.inc
! #CPPFLAGS += -DMY_DEBUG
! CFLAGS += -g
! CPPFLAGS += -DUSE_UNIX_DOMAIN_SOCKET
#uncomment the following line only if you are sure what you're doing, it will
#probably break things!
! #CPPFLAGS += -DZEBRA_HEADER_MARKER=255
ifeq ($(OS),win32)
default_target install clean:
! @echo "**** Quagga not supportet on Windows (so it would be pointless to build the Quagga Plugin"
else
default_target: $(PLUGIN_FULLNAME)
! $(PLUGIN_FULLNAME): $(OBJS) version-script.txt
$(CC) $(LDFLAGS) -o $(PLUGIN_FULLNAME) $(OBJS) $(LIBS)
--- 42,63 ----
PLUGIN_VER = 0.2.2
! TOPDIR= ../..
include $(TOPDIR)/Makefile.inc
! #CPPFLAGS +=-DMY_DEBUG
! CFLAGS += -g
! CPPFLAGS +=-DUSE_UNIX_DOMAIN_SOCKET
#uncomment the following line only if you are sure what you're doing, it will
#probably break things!
! # CPPFLAGS +=-DZEBRA_HEADER_MARKER=255
ifeq ($(OS),win32)
default_target install clean:
! @echo "**** Quagga not supportet on Windows (so it would be pointless to build the Quagga Plugin)"
else
default_target: $(PLUGIN_FULLNAME)
! $(PLUGIN_FULLNAME): $(OBJS)
$(CC) $(LDFLAGS) -o $(PLUGIN_FULLNAME) $(OBJS) $(LIBS)
Index: Contributors
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/quagga/Contributors,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Contributors 16 Aug 2007 19:07:28 -0000 1.1
--- Contributors 10 Oct 2007 21:24:54 -0000 1.2
***************
*** 3,4 ****
--- 3,7 ----
* Vassilis T. <(spam-protected)> for a lot of cleanups and fixes
* Johannes Joemann <(spam-protected)> for a lot of testing
+ * Bernd Petrovitsch <(spam-protected)> for support and new plugin-interface
+ * Hannes Gredler <(spam-protected)> for new routing-core
+ * Sven Ola Tucke <(spam-protected)> for various bugfixes
More information about the Olsr-cvs
mailing list