Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Mar 9, 2024
1 parent 84b425b commit b733d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfreplay/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ LDADD = $(DEPS_LIBS)
replay = send_v5.c send_v5.h send_v9.c send_v9.h send_net.h send_net.c

nfreplay_SOURCES = nfreplay.c $(replay)
nfreplay_LDADD = -lnfdump ../maxmind/libmamind.a -lnffile
nfreplay_LDADD = -lnfdump ../maxmind/libmaxmind.a -lnffile
nfreplay_LDFLAGS = -L../libnfdump -L../libnffile
CLEANFILES = *.gch

0 comments on commit b733d6c

Please sign in to comment.