1 --- Makefile.in.orig 2011-11-14 17:42:04.265410891 +0100
2 +++ Makefile.in 2011-11-14 17:44:29.202149432 +0100
4 $(COMPILE) $(LDFLAGS) -o libbgpdump.so $(LIB_O) $(SYS_LIBS)
6 example: example.c libbgpdump.a
7 - $(COMPILE) -o testbgpdump example.c libbgpdump.a $(SYS_LIBS)
8 + $(COMPILE) -o example.c libbgpdump.a $(SYS_LIBS)
10 bgpdump: bgpdump.c libbgpdump.a
11 $(COMPILE) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS)
16 - rm -f libbgpdump.so libbgpdump.a testbgpdump bgpdump $(LIB_O)
17 + rm -f libbgpdump.so libbgpdump.a bgpdump $(LIB_O)
20 rm -Rf config.log config.status *.dSYM core *.core autom4te.cache bgpdump-config.h Makefile
23 -install: all testbgpdump
25 install -d $(bindir) $(includedir) $(libdir)
26 - install bgpdump testbgpdump $(bindir)
27 + install bgpdump $(bindir)
28 install $(LIB_H) $(includedir)
29 install libbgpdump.so libbgpdump.a $(libdir)