You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
452 B

  1. --- a/src/Makefile.in
  2. +++ b/src/Makefile.in
  3. @@ -71,7 +71,7 @@ pppoe-sniff: pppoe-sniff.o if.o common.o
  4. @CC@ -o $@ $^ $(LDFLAGS)
  5. pppoe-server: pppoe-server.o if.o debug.o common.o md5.o libevent/libevent.a @PPPOE_SERVER_DEPS@
  6. - @CC@ -o $@ @RDYNAMIC@ $^ $(LDFLAGS) $(PPPOE_SERVER_LIBS) -Llibevent -levent
  7. + @CC@ -o $@ @RDYNAMIC@ $^ $(LDFLAGS) $(PPPOE_SERVER_LIBS)
  8. pppoe: pppoe.o if.o debug.o common.o ppp.o discovery.o
  9. @CC@ -o $@ $^ $(LDFLAGS)