Skip to content

Commit

Permalink
Merging changes from GIT onto original CVS branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cawka committed Sep 2, 2010
2 parents 5645f67 + a7bdbb2 commit 1fbaf2d
Show file tree
Hide file tree
Showing 172 changed files with 6,347 additions and 12,686 deletions.
35 changes: 35 additions & 0 deletions .gitignore
@@ -0,0 +1,35 @@
configure
*.o
*.lo
autom4te.cache
.deps
.libs
Makefile
Makefile.in
examples/bgpparser-simple
aclocal.m4
compile
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
config.log
config.status
dumper/bgpparser
libtool
parser/libbgpparser.la
*.pc
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
pkg.m4
include/config.h
stamp-h1
.cproject
.project
.settings/

Empty file added AUTHORS
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions Makefile.am
@@ -0,0 +1,7 @@
SUBDIRS=parser dumper examples

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = bgpparser.pc

94 changes: 0 additions & 94 deletions Makefile.in

This file was deleted.

Empty file added NEWS
Empty file.
12 changes: 12 additions & 0 deletions bgpparser.pc.in
@@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: bgpparser
Description: BGP Praser is an extensible MRT BGP message parser implemented in C++
Requires: libxml-2.0 liblog4cxx
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lbgpparser
Cflags: -I${includedir}/bgpparser

3 changes: 3 additions & 0 deletions bootstrap.sh
@@ -0,0 +1,3 @@
libtoolize
autoreconf --install --force

0 comments on commit 1fbaf2d

Please sign in to comment.